]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't print this debug msg if -q is on.
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 10 Nov 2003 13:26:49 +0000 (13:26 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 10 Nov 2003 13:26:49 +0000 (13:26 +0000)
MERGE TO STABLE

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2017

coregrind/vg_main.c

index 727fce59c070195070316de1943a1902aec87fda..91baec20ae4d0b3457196767f9c6dbf88e8c8adc 100644 (file)
@@ -1270,7 +1270,7 @@ static void process_cmd_line_options ( void )
          "Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward.");
    }
 
-   if (VG_(clo_log_to) != VgLogTo_Fd) {
+   if (VG_(clo_verbosity) > 0 && VG_(clo_log_to) != VgLogTo_Fd) {
       VG_(message)(Vg_UserMsg, "");
       VG_(message)(Vg_UserMsg, 
          "My PID = %d, parent PID = %d.  Prog and args are:",