Skip to content

Commit 4ab2ea9

Browse files
committed
[lldb] Fix typo in ClangASTSource logging statement
1 parent 440ef33 commit 4ab2ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ void ClangASTSource::FindExternalLexicalDecls(
478478
std::string ast_dump = ClangUtil::DumpDecl(decl);
479479
if (const NamedDecl *context_named_decl =
480480
dyn_cast<NamedDecl>(context_decl))
481-
LLDB_LOG(log, " FELD Adding [to {0}Decl {1}] lexical {2}Decl 34}",
481+
LLDB_LOG(log, " FELD Adding [to {0}Decl {1}] lexical {2}Decl {3}",
482482
context_named_decl->getDeclKindName(),
483483
context_named_decl->getName(), decl->getDeclKindName(),
484484
ast_dump);

0 commit comments

Comments
 (0)