Skip to content

Commit 9705638

Browse files
committed
Fix format typo in log
1 parent 28ae880 commit 9705638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/StackFrameRecognizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ StackFrameRecognizerManager::GetRecognizerForFrame(StackFrameSP frame) {
169169
}
170170

171171
LLDB_LOG(GetLog(LLDBLog::Symbols),
172-
"Did not recognize frame: module={0} symbol={1]} mangled={2} "
172+
"Did not recognize frame: module={0} symbol={1} mangled={2} "
173173
"demangled={3}",
174174
module_name, symbol->GetName(),
175175
symctx.GetFunctionName(Mangled::ePreferMangled),

0 commit comments

Comments
 (0)