From: Nicholas Nethercote Date: Mon, 10 Nov 2003 13:26:49 +0000 (+0000) Subject: Don't print this debug msg if -q is on. X-Git-Tag: svn/VALGRIND_2_1_0~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8166b6f9859eb3b24b6fdedecbabebc20a2be683;p=thirdparty%2Fvalgrind.git Don't print this debug msg if -q is on. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2017 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 727fce59c0..91baec20ae 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -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:",