log cleanup

This commit is contained in:
Glenn Maynard
2007-05-06 02:38:12 +00:00
parent 5cf944d142
commit 236a79b700
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ bool RageSound::Load( RString sSoundFilePath )
bool RageSound::Load( RString sSoundFilePath, bool bPrecache, const RageSoundLoadParams *pParams )
{
LOG->Trace( "RageSound::LoadSound( '%s', %d )", sSoundFilePath.c_str(), bPrecache );
LOG->Trace( "RageSound: Load \"%s\" (precache: %i)", sSoundFilePath.c_str(), bPrecache );
if( pParams == NULL )
{