Author: njn
Date: 2007-12-04 03:27:40 +0000 (Tue, 04 Dec 2007)
New Revision: 7271

Log:
tweak message

Modified:
   trunk/massif/ms_main.c


Modified: trunk/massif/ms_main.c
===================================================================
--- trunk/massif/ms_main.c      2007-12-04 03:15:23 UTC (rev 7270)
+++ trunk/massif/ms_main.c      2007-12-04 03:27:40 UTC (rev 7271)
@@ -915,13 +915,13 @@
          VG_(message)(Vg_UserMsg,
             "Warning: Malformed stack trace detected.  In Massif's output,");
          VG_(message)(Vg_UserMsg,
-            "Warning:   the size of an entry's child entries may not sum up");
+            "         the size of an entry's child entries may not sum up");
          VG_(message)(Vg_UserMsg,
-            "Warning:   to the entry's size as they normally do.");
+            "         to the entry's size as they normally do.");
          n_moans++;
          if (3 == n_moans)
             VG_(message)(Vg_UserMsg,
-               "Warning: (And Massif now won't warn about this again.)");
+               "         (And Massif now won't warn about this again.)");
       }
    }
    return xpt;


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to