diff --git a/stepmania/src/arch/MovieTexture/MovieTexture.cpp b/stepmania/src/arch/MovieTexture/MovieTexture.cpp index b5a352daaf..6a3689d5c9 100644 --- a/stepmania/src/arch/MovieTexture/MovieTexture.cpp +++ b/stepmania/src/arch/MovieTexture/MovieTexture.cpp @@ -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. */