Too noisy.

This commit is contained in:
Steve Checkoway
2007-04-02 08:32:40 +00:00
parent 04e1584a5b
commit 02d65d68b8
@@ -109,7 +109,7 @@ RageMovieTexture *RageMovieTexture::Create( RageTextureID ID )
if( ret == NULL )
{
LOG->Info( "Couldn't load driver %s: %s", Driver->c_str(), sError.c_str() );
LOG->Trace( "Couldn't load driver %s: %s", Driver->c_str(), sError.c_str() );
SAFE_DELETE( ret );
continue;
}