|
From: <sv...@va...> - 2014-06-24 13:08:54
|
Author: florian
Date: Tue Jun 24 13:08:44 2014
New Revision: 14093
Log:
Make error message more precise.
Modified:
trunk/coregrind/m_commandline.c
Modified: trunk/coregrind/m_commandline.c
==============================================================================
--- trunk/coregrind/m_commandline.c (original)
+++ trunk/coregrind/m_commandline.c Tue Jun 24 13:08:44 2014
@@ -80,8 +80,8 @@
}
else
VG_(message)(Vg_UserMsg,
- "%s was not read as it is world writeable or not owned by the "
- "current user\n", filename);
+ "%s was not read as it is either world writeable or not "
+ "owned by the current user\n", filename);
VG_(close)(sr_Res(fd));
}
|