From: Nicholas Nethercote Date: Tue, 4 Dec 2007 03:27:40 +0000 (+0000) Subject: tweak message X-Git-Tag: svn/VALGRIND_3_3_0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e64b14ea5aaa66c6fa6acf81311f420b54297a;p=thirdparty%2Fvalgrind.git tweak message git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7271 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index daadac24c5..6086319657 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -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;