diff --git a/stepmania/src/IniFile.cpp b/stepmania/src/IniFile.cpp index 59c557e204..50a6592b3e 100644 --- a/stepmania/src/IniFile.cpp +++ b/stepmania/src/IniFile.cpp @@ -76,7 +76,7 @@ bool IniFile::WriteFile( const RString &sPath ) const RageFile f; if( !f.Open( sPath, RageFile::WRITE ) ) { - LOG->Trace( "Writing '%s' failed: %s", sPath.c_str(), f.GetError().c_str() ); + LOG->Warn( "Writing '%s' failed: %s", sPath.c_str(), f.GetError().c_str() ); m_sError = f.GetError(); return false; }