Author: bart
Date: 2008-02-29 19:17:28 +0000 (Fri, 29 Feb 2008)
New Revision: 7509

Log:
Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg.

Modified:
   trunk/exp-drd/drd_segment.c


Modified: trunk/exp-drd/drd_segment.c
===================================================================
--- trunk/exp-drd/drd_segment.c 2008-02-29 17:27:03 UTC (rev 7508)
+++ trunk/exp-drd/drd_segment.c 2008-02-29 19:17:28 UTC (rev 7509)
@@ -85,7 +85,7 @@
                   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 @@
                     "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
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to