Skip to content

Commit be53aca

Browse files
committed
Fix format specifier to not trigger an assertion
1 parent 0043f8f commit be53aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ class LLDBMemoryReader : public swift::remote::MemoryReader {
554554
std::string &dest) override {
555555
Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES));
556556

557-
LLDB_LOGV(log, "[MemoryReader] asked to read string data at address {0x}",
557+
LLDB_LOGV(log, "[MemoryReader] asked to read string data at address {0:x}",
558558
address.getAddressData());
559559

560560
Target &target(m_process.GetTarget());

0 commit comments

Comments
 (0)