mirror of https://github.com/Icinga/icinga2.git
Adjust code comment for Logger->Flush() on Windows
This commit is contained in:
parent
2cf38ba8ce
commit
1f50a705f9
|
@ -223,7 +223,7 @@ Log::~Log()
|
||||||
logger->ProcessLogEntry(entry);
|
logger->ProcessLogEntry(entry);
|
||||||
|
|
||||||
#ifdef I2_DEBUG /* I2_DEBUG */
|
#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();
|
//logger->Flush();
|
||||||
#endif /* I2_DEBUG */
|
#endif /* I2_DEBUG */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue