Skip to content

Commit b26aac5

Browse files
committed
[sanitizer] Report -> VReport for ThreadLister failure
1 parent 55dd29c commit b26aac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bool ThreadSuspender::SuspendAllThreads() {
217217
switch (thread_lister.ListThreads(&threads)) {
218218
case ThreadLister::Error:
219219
ResumeAllThreads();
220-
Report("Failed to list threads\n");
220+
VReport(1, "Failed to list threads\n");
221221
return false;
222222
case ThreadLister::Incomplete:
223223
retry = true;

0 commit comments

Comments
 (0)