From: Tom Hughes Date: Wed, 15 Jun 2005 10:24:26 +0000 (+0000) Subject: Fix message to refer to the correct file. X-Git-Tag: svn/VALGRIND_3_0_0~405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e503ef92096fd3bfcabab3f8273e00c4c698660;p=thirdparty%2Fvalgrind.git Fix message to refer to the correct file. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3913 --- diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index bfe926cd5e..def6a4180d 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -267,12 +267,12 @@ static void make_space_at ( Int i ) vg_assert(segments_used >= 0); if (segments_used+1 == VG_N_SEGMENTS) { VG_(printf)( - "coregrind/vg_memory.c:\n" + "coregrind/m_aspacemgr/aspacemgr.c:\n" " VG_N_SEGMENTS is too small: " "increase it and rebuild Valgrind.\n" ); VG_(printf)( - "coregrind/vg_memory.c:\n" + "coregrind/m_aspacemgr/aspacemgr.c:\n" " giving up now.\n\n" ); VG_(exit)(0);