From: Tom Hughes Date: Tue, 17 May 2005 11:03:52 +0000 (+0000) Subject: Correct file name in error messages. X-Git-Tag: svn/VALGRIND_3_0_0~561 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35f7bae2f3f945330f2ba04411ca9c242e9a836a;p=thirdparty%2Fvalgrind.git Correct file name in error messages. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3757 --- diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index 97dd334484..26a969d317 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -127,12 +127,12 @@ static Int allocate_segname ( const HChar* name ) segnames_used++; } else { VG_(printf)( - "coregrind/vg_memory.c:\n" + "coregrind/m_aspacemgr/aspacemgr.c:\n" " VG_N_SEGNAMES 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);