git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9368
// cachegrind/tests/filter_stderr!
//
if (!all_caches_clo_defined) {
- VG_(message)(Vg_DebugMsg,
- "Warning: Cannot auto-detect cache config on PPC32, using one "
- "or more defaults ");
+ VG_DMSG("Warning: Cannot auto-detect cache config on PPC32, using one "
+ "or more defaults ");
}
}
// cachegrind/tests/filter_stderr!
//
if (!all_caches_clo_defined) {
- VG_(message)(Vg_DebugMsg,
- "Warning: Cannot auto-detect cache config on PPC64, using one "
- "or more defaults ");
+ VG_DMSG("Warning: Cannot auto-detect cache config on PPC64, using one "
+ "or more defaults ");
}
}