Don't send newlines to LOG.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user