mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
XML output wibble (purely decorative)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4055
This commit is contained in:
parent
d84d0a72ff
commit
bef467758b
@ -669,10 +669,8 @@ static Bool show_used_suppressions ( void )
|
||||
any_supp = True;
|
||||
if (VG_(clo_xml)) {
|
||||
VG_(message)(Vg_DebugMsg,
|
||||
" <pair>\n"
|
||||
" <count>%d</count>\n"
|
||||
" <name>%s</name>\n"
|
||||
" </pair>",
|
||||
" <pair> <count>%d</count> "
|
||||
"<name>%s</name> </pair>",
|
||||
su->count, su->sname);
|
||||
} else {
|
||||
VG_(message)(Vg_DebugMsg, "supp: %4d %s", su->count, su->sname);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user