From: Bart Van Assche Date: Fri, 29 Feb 2008 19:17:28 +0000 (+0000) Subject: Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg. X-Git-Tag: svn/VALGRIND_3_4_0~1002 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4351f63f4aab6f215eee5c06307b5182269abae3;p=thirdparty%2Fvalgrind.git Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7509 --- diff --git a/exp-drd/drd_segment.c b/exp-drd/drd_segment.c index 9983e60151..575e8bd2f5 100644 --- a/exp-drd/drd_segment.c +++ b/exp-drd/drd_segment.c @@ -85,7 +85,7 @@ void sg_init(Segment* const sg, creator); vc_snprint(msg + VG_(strlen)(msg), sizeof(msg) - VG_(strlen)(msg), &sg->vc); - VG_(message)(Vg_DebugMsg, "%s", msg); + VG_(message)(Vg_UserMsg, "%s", msg); } } @@ -122,7 +122,7 @@ void sg_delete(Segment* const sg) "Discarding the segment with vector clock "); vc_snprint(msg + VG_(strlen)(msg), sizeof(msg) - VG_(strlen)(msg), &sg->vc); - VG_(message)(Vg_DebugMsg, "%s", msg); + VG_(message)(Vg_UserMsg, "%s", msg); } #endif