From 066826e4215548027914aabf5b5e4cbf6e9c2a09 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 22 Feb 2004 08:13:30 +0000 Subject: [PATCH] this happens normally in the default theme, so let's not warn about it --- stepmania/src/ConditionalBGA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ConditionalBGA.cpp b/stepmania/src/ConditionalBGA.cpp index 89b5fcbf0f..e62878c3fa 100644 --- a/stepmania/src/ConditionalBGA.cpp +++ b/stepmania/src/ConditionalBGA.cpp @@ -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