|
From: <sv...@va...> - 2006-05-24 10:01:07
|
Author: tom
Date: 2006-05-24 11:00:53 +0100 (Wed, 24 May 2006)
New Revision: 5925
Log:
Add a %s for the error string...
Modified:
trunk/coregrind/m_ume.c
Modified: trunk/coregrind/m_ume.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_ume.c 2006-05-23 09:52:21 UTC (rev 5924)
+++ trunk/coregrind/m_ume.c 2006-05-24 10:00:53 UTC (rev 5925)
@@ -792,7 +792,7 @@
=20
// Otherwise it was something else.
} else {
- VG_(printf)("valgrind: %s\n", exe_name, VG_(strerror)(ret));
+ VG_(printf)("valgrind: %s: %s\n", exe_name, VG_(strerror)(ret))=
;
}
// 126 means NOEXEC; I think this is Posix, and that in some case=
s we
// should be returning 127, meaning NOTFOUND. Oh well.
|