|
From: <sv...@va...> - 2005-06-15 10:24:29
|
Author: tom
Date: 2005-06-15 11:24:26 +0100 (Wed, 15 Jun 2005)
New Revision: 3913
Log:
Fix message to refer to the correct file.
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr.c
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-06-15 10:19:43 UTC (rev =
3912)
+++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-06-15 10:24:26 UTC (rev =
3913)
@@ -267,12 +267,12 @@
vg_assert(segments_used >=3D 0);
if (segments_used+1 =3D=3D 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);
|