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:
Spoike 2005-11-03 23:49:00 +00:00
parent c62c5cfd30
commit f0e4a06704

View file

@ -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