log cleanup
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user