Skip to content

Commit cc73582

Browse files
committed
[LSAN][NFC] Add a new line to a log
1 parent 7472490 commit cc73582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/lsan/lsan_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ static bool PrintResults(LeakReport &report) {
759759

760760
static bool CheckForLeaks() {
761761
if (&__lsan_is_turned_off && __lsan_is_turned_off()) {
762-
VReport(1, "LeakSanitizer is disabled");
762+
VReport(1, "LeakSanitizer is disabled\n");
763763
return false;
764764
}
765765
VReport(1, "LeakSanitizer: checking for leaks");

0 commit comments

Comments
 (0)