[lsan] Add a few "\n" missing from VReport
This commit is contained in:
parent
99c8557c17
commit
453d373e80
@ -780,10 +780,10 @@ static bool PrintResults(LeakReport &report) {
|
||||
|
||||
static bool CheckForLeaks() {
|
||||
if (&__lsan_is_turned_off && __lsan_is_turned_off()) {
|
||||
VReport(1, "LeakSanitizer is disabled");
|
||||
VReport(1, "LeakSanitizer is disabled\n");
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user