Skip to content

Commit 34c2a73

Browse files
committed
[lldb] Fix verbose log output
1 parent e1618ed commit 34c2a73

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
@@ -3362,7 +3362,7 @@ SwiftLanguageRuntime::GetTypeRef(CompilerType type,
33623362
type_ref_or_err->dump(ss);
33633363
LLDB_LOG(log,
33643364
"[SwiftLanguageRuntime::GetTypeRef] Found typeref for "
3365-
"type: {0}:\n{0}",
3365+
"type: {0}:\n{1}",
33663366
type.GetMangledTypeName(), ss.str());
33673367
}
33683368
return type_ref_or_err;

0 commit comments

Comments
 (0)