From d84d0a72fff088c9ccdd9d2a7b8179903b41a928 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 29 Jun 2005 23:15:56 +0000 Subject: [PATCH] XML printing fixes for printing to file descriptors. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4054 --- coregrind/m_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_main.c b/coregrind/m_main.c index ee6fde2e3..f518c258f 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -1855,7 +1855,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname ) VG_(message)(Vg_UserMsg, ""); } - 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:",