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-861f7616d084master
parent
0dca1b06a1
commit
e272388ab1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue