This commit is contained in:
Glenn Maynard
2004-09-08 00:36:30 +00:00
parent 2846fb4c9c
commit d6d3a3ccc5
+1 -1
View File
@@ -181,7 +181,7 @@ bool RageSound::Load( CString sSoundFilePath, int precache )
Sample = SoundReader_FileReader::OpenFile( m_sFilePath, error );
if( Sample == NULL )
{
LOG->Warn( "RageSoundManager::RageSoundManager: error opening sound \"%s\": %s",
LOG->Warn( "RageSound::Load: error opening sound \"%s\": %s",
m_sFilePath.c_str(), error.c_str() );
Sample = new RageSoundReader_Silence;