Don't print this debug msg if -q is on.

MERGE TO STABLE


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2017
This commit is contained in:
Nicholas Nethercote 2003-11-10 13:26:49 +00:00
parent 64b0808872
commit 8166b6f985

View 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:",