From 8166b6f9859eb3b24b6fdedecbabebc20a2be683 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 10 Nov 2003 13:26:49 +0000 Subject: [PATCH] Don't print this debug msg if -q is on. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2017 --- coregrind/vg_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 727fce59c..91baec20a 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:",