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-861f7616d084
master
Buginator 2008-10-11 19:15:08 +00:00
parent 36f3ec168c
commit 6a70a7750d
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}