From 45e64b14ea5aaa66c6fa6acf81311f420b54297a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 4 Dec 2007 03:27:40 +0000 Subject: [PATCH] tweak message git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7271 --- massif/ms_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.47.2