mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
64b0808872
commit
8166b6f985
@ -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:",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user