diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 62828feec6..8217d49721 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -125,7 +125,7 @@ RageLog::RageLog() RageLog::~RageLog() { /* Add the mapped log data to info.txt. */ - this->Info( "Statics:\n%s", GetAdditionalLog() ); + this->Info( "%s", GetAdditionalLog() ); Flush(); HideConsole();