this happens normally in the default theme, so let's not warn about it

This commit is contained in:
Glenn Maynard
2004-02-22 08:13:30 +00:00
parent cf9961950b
commit 066826e421
+1 -1
View File
@@ -43,7 +43,7 @@ void ConditionalBGA::Load(CString szScreenName)
// fp = fopen(filepath,"r");
if(!loaded)
{
LOG->Warn("ConditionalBGA File Not Found");
LOG->Trace("ConditionalBGA File Not Found");
return;
}
else