From b20bd483f52ffbe1b31871fed5b54ecdc0b627c8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 1 Dec 2003 22:49:29 +0000 Subject: [PATCH] noisy --- stepmania/src/arch/MovieTexture/MovieTexture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */