Tweeked a warning message to be more helpful (and less concerning to the user).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1557 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c62c5cfd30
commit
f0e4a06704
1 changed files with 20 additions and 20 deletions
|
@ -270,7 +270,7 @@ int Sys_EnumerateFiles (char *gpath, char *match, int (*func)(char *, int, void
|
||||||
dir = opendir(truepath);
|
dir = opendir(truepath);
|
||||||
if (!dir)
|
if (!dir)
|
||||||
{
|
{
|
||||||
Con_DPrintf("Failed to open dir\n");
|
Con_DPrintf("Failed to open dir %s\n", truepath);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue