Fix warnings.

This commit is contained in:
Steve Checkoway
2003-12-24 20:32:20 +00:00
parent 6c642539e8
commit 42c4f7415b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ void RageSounds::PlayMusic( const CString &file, const CString &timing_file, boo
MsdFile msd;
bool bResult = msd.ReadFile( real_timing_file );
if( !bResult )
LOG->Warn( "Couldn't load %s", real_timing_file.c_str(), msd.GetError().c_str() );
LOG->Warn( "Couldn't load %s, \"%s\"", real_timing_file.c_str(), msd.GetError().c_str() );
else
{
SMLoader::LoadTimingFromSMFile( msd, g_MusicToPlay.timing );