Irrelevant fix in cLog.

This commit is contained in:
Martín Lucas Golini
2013-08-22 16:41:10 -03:00
parent 25dd0ac6e9
commit e98ab736af

View File

@@ -28,7 +28,7 @@ cLog::cLog() :
}
cLog::~cLog() {
Write( "\nUnloaded on " + Sys::GetDateTimeStr(), false );
Write( "\nUnloaded on " + Sys::GetDateTimeStr() );
Write( "...::: Entropia Engine++ Unloaded :::...\n" );
if ( mSave && !mLiveWrite ) {