Skip to content

Commit 376bd66

Browse files
authored
one more fix
1 parent 1f205ef commit 376bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/LanguageRuntime/Swift/LLDBMemoryReader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ LLDBMemoryReader::resolveRemoteAddress(uint64_t address) const {
330330
if (!resolved.IsValid()) {
331331
LLDB_LOG(log,
332332
"[MemoryReader] Could not make a real address out of file address "
333-
"{0:x} and object file {}",
333+
"{0:x} and object file {1}",
334334
file_address, object_file->GetFileSpec().GetFilename());
335335
return {};
336336
}

0 commit comments

Comments
 (0)