This commit is contained in:
Glenn Maynard
2003-09-06 06:49:01 +00:00
parent 20ece27e31
commit 4ab3924122
+2
View File
@@ -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();