Adjust code comment for Logger->Flush() on Windows

This commit is contained in:
Michael Friedrich 2019-09-06 09:24:34 +02:00
parent 2cf38ba8ce
commit 1f50a705f9
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Log::~Log()
logger->ProcessLogEntry(entry);
#ifdef I2_DEBUG /* I2_DEBUG */
/* Always flush, don't depend on the timer. Enable this for development sprints. */
/* Always flush, don't depend on the timer. Enable this for development sprints on Linux/macOS only. Windows crashes. */
//logger->Flush();
#endif /* I2_DEBUG */
}