diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 7b34f1eaae..b3431b9e5d 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -306,9 +306,10 @@ bool Song::LoadFromSongDir( CString sDir ) { if( !DoesFileExist(GetCacheFilePath()) ) goto load_without_cache; + + LOG->Trace( "Loading '%s' from cache file '%s'.", m_sSongDir, GetCacheFilePath() ); LoadFromSMFile( GetCacheFilePath() ); - LOG->Trace( "Loading '%s' from cache file '%s'.", m_sSongDir, GetCacheFilePath() ); return true; }