Skip to content

Commit 7391c0e

Browse files
author
git apple-llvm automerger
committed
Merge commit '1b5a5a47cc92' from swift/release/6.2 into stable/20240723
2 parents d04575f + 1b5a5a4 commit 7391c0e

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)