Changes the 'optional file not found' from LOG_WARNING to LOG_WZ, because of too much spam.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6131 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
36f3ec168c
commit
6a70a7750d
|
@ -310,7 +310,7 @@ PHYSFS_file* openLoadFile(const char* fileName, bool hard_fail)
|
|||
}
|
||||
else
|
||||
{
|
||||
debug(LOG_WARNING, "optional file %s could not be opened: %s", fileName, PHYSFS_getLastError());
|
||||
debug(LOG_WZ, "optional file %s could not be opened: %s", fileName, PHYSFS_getLastError());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue