Make error message more precise.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14093
This commit is contained in:
Florian Krohm 2014-06-24 13:08:44 +00:00
parent a4923d3057
commit d7cccf3f9f

View File

@ -80,8 +80,8 @@ static HChar* read_dot_valgrindrc ( const HChar* dir )
}
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));
}