make the escape attempt notification a developer print

This commit is contained in:
Bill Currie 2003-09-02 04:57:44 +00:00
parent a1fa0b3feb
commit e0866a5e41

View file

@ -809,7 +809,7 @@ _QFS_FOpenFile (const char *filename, QFile **gzfile,
// make sure they're not trying to do weird stuff with our private files
path = QFS_CompressPath (filename);
if (contains_updir(path)) {
Sys_Printf ("FindFile: %s: attempt to escape directory tree!\n", path);
Sys_DPrintf ("FindFile: %s: attempt to escape directory tree!\n", path);
goto error;
}