Skip to content

Commit 48131f4

Browse files
authored
Merge pull request #745 from mcserep/cpp-parser-debug-success
Debug info upon C++ parser finished a TU
2 parents 582981f + 7536c0a commit 48131f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/cpp/parser/src/cppparser.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,10 @@ bool CppParser::parseByJson(
779779
LOG(warning)
780780
<< '(' << job_.index << '/' << numCompileCommands << ')'
781781
<< " Parsing " << command.Filename << " has been failed.";
782+
else
783+
LOG(debug)
784+
<< '(' << job_.index << '/' << numCompileCommands << ')'
785+
<< " Parsing " << command.Filename << " finished successfully.";
782786
});
783787

784788
//--- Push all commands into the thread pool's queue ---//

0 commit comments

Comments
 (0)