diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 8d3b15410c..36f262dffa 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -125,6 +125,8 @@ RageLog::RageLog() RageLog::~RageLog() { /* Add the mapped log data to info.txt. */ + /* XXX: We shouldn't do this, because we shouldn't send newlines of any kind to Info(); + * it results in oddly delimited output ... */ this->Info( "%s", GetAdditionalLog() ); Flush();