This commit is contained in:
Glenn Maynard
2003-12-01 22:49:29 +00:00
parent 1e778d7ad0
commit b20bd483f5
@@ -74,7 +74,7 @@ static void DumpAVIDebugInfo( CString fn )
if( !RageMovieTexture::GetFourCC( fn, handler, type ) )
return;
LOG->Info("Movie %s has handler '%s', type '%s'", fn.c_str(), handler.c_str(), type.c_str());
LOG->Trace("Movie %s has handler '%s', type '%s'", fn.c_str(), handler.c_str(), type.c_str());
}
/* Try drivers in order of preference until we find one that works. */