mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
XML printing fixes for printing to file descriptors.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4054
This commit is contained in:
parent
dd954f7da0
commit
d84d0a72ff
@ -1855,7 +1855,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname )
|
||||
VG_(message)(Vg_UserMsg, "</preamble>");
|
||||
}
|
||||
|
||||
if (VG_(clo_verbosity) > 0 && log_to != VgLogTo_Fd) {
|
||||
if (!VG_(clo_xml) && VG_(clo_verbosity) > 0 && 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