]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Be quieter.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 13 Nov 2003 16:49:22 +0000 (16:49 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 13 Nov 2003 16:49:22 +0000 (16:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2019

coregrind/vg_proxylwp.c

index aba9217490d42faaad061ecf366fc9ca689ec6a1..08563c9b584074d1b2ffa80d6198371b726c430e 100644 (file)
@@ -1053,7 +1053,7 @@ void VG_(proxy_delete)(ThreadId tid, Bool force)
    sys_wait_results(True, tid, PX_Exiting);
    res = proxy_wait(proxy, True, &status);
 
-   if (!res || status != 0)
+   if ((!res || status != 0) && VG_(clo_verbosity) > 1)
       VG_(printf)("proxy %d for tid %d exited status %d, res %d\n",
                  lwp, tid, status, res);