]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
tweak message
authorNicholas Nethercote <njn@valgrind.org>
Tue, 4 Dec 2007 03:27:40 +0000 (03:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 4 Dec 2007 03:27:40 +0000 (03:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7271

massif/ms_main.c

index daadac24c5315be1093ad8a93b0f7bbdad33dccf..60863196573f045fb676915d3a7b150199aef709 100644 (file)
@@ -915,13 +915,13 @@ static XPt* get_XCon( ThreadId tid, Bool is_custom_alloc )
          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;