mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Make error message more precise.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14093
This commit is contained in:
parent
a4923d3057
commit
d7cccf3f9f
@ -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));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user