Don't send newlines to LOG.

This commit is contained in:
Glenn Maynard
2003-08-13 04:52:41 +00:00
parent 62a6a7754b
commit ea628ea706
+1 -1
View File
@@ -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();