Skip to content

Commit 4c782e8

Browse files
committed
Fix format specifier to not trigger an assertion
(cherry picked from commit be53aca)
1 parent a987185 commit 4c782e8

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
@@ -577,7 +577,7 @@ class LLDBMemoryReader : public swift::remote::MemoryReader {
577577
std::string &dest) override {
578578
Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES));
579579

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

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

0 commit comments

Comments
 (0)