XML printing fixes for printing to file descriptors.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4054
This commit is contained in:
Julian Seward 2005-06-29 23:15:56 +00:00
parent dd954f7da0
commit d84d0a72ff

View File

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