Demote "failed to remove path" message to LOG_WZ.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11151 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-07-11 17:17:43 +00:00 committed by Git SVN Gateway
parent 0dca1b06a1
commit e272388ab1
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ BOOL rebuildSearchPath( searchPathMode mode, BOOL force )
addSubdirs( curSearchPath->path, "mods/campaign", PHYSFS_APPEND, use_override_mods?override_mods:campaign_mods, true );
if (!PHYSFS_removeFromSearchPath( curSearchPath->path ))
{
info("* Failed to remove path %s again", curSearchPath->path);
debug(LOG_WZ, "* Failed to remove path %s again", curSearchPath->path);
}
// Add plain dir