|
From: <sv...@va...> - 2005-05-17 11:04:06
|
Author: tom
Date: 2005-05-17 12:03:52 +0100 (Tue, 17 May 2005)
New Revision: 3757
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr.c
Log:
Correct file name in error messages.
Modified: trunk/coregrind/m_aspacemgr/aspacemgr.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-05-17 04:28:23 UTC (rev =
3756)
+++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-05-17 11:03:52 UTC (rev =
3757)
@@ -127,12 +127,12 @@
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);
|