Don't send newlines to LOG.
This commit is contained in:
@@ -125,7 +125,7 @@ RageLog::RageLog()
|
|||||||
RageLog::~RageLog()
|
RageLog::~RageLog()
|
||||||
{
|
{
|
||||||
/* Add the mapped log data to info.txt. */
|
/* Add the mapped log data to info.txt. */
|
||||||
this->Info( "Statics:\n%s", GetAdditionalLog() );
|
this->Info( "%s", GetAdditionalLog() );
|
||||||
|
|
||||||
Flush();
|
Flush();
|
||||||
HideConsole();
|
HideConsole();
|
||||||
|
|||||||
Reference in New Issue
Block a user