Skip to content

Commit 8717a3e

Browse files
Merge pull request #3775 from adrian-prantl/fmt-56
Fix format specifier to not trigger an assertion
2 parents 1d9bbf2 + 4c782e8 commit 8717a3e

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)