Skip to content

Commit

Permalink
Merge pull request #3 from kstoimenov/new-line
Browse files Browse the repository at this point in the history
[LSAN][NFC] Add a new line to a log
  • Loading branch information
kstoimenov committed Sep 14, 2023
2 parents 87e11ec + c538993 commit 7b94153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/lib/lsan/lsan_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ static bool CheckForLeaks() {
VReport(1, "LeakSanitizer is disabled");
return false;
}
VReport(1, "LeakSanitizer: checking for leaks");
VReport(1, "LeakSanitizer: checking for leaks\n");
// Inside LockStuffAndStopTheWorld we can't run symbolizer, so we can't match
// suppressions. However if a stack id was previously suppressed, it should be
// suppressed in future checks as well.
Expand Down

0 comments on commit 7b94153

Please sign in to comment.