From: Michael Friedrich Date: Fri, 6 Sep 2019 07:24:34 +0000 (+0200) Subject: Adjust code comment for Logger->Flush() on Windows X-Git-Tag: v2.11.0~1^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f50a705f9c30d3267570ade068185e281aaee63;p=icinga2 Adjust code comment for Logger->Flush() on Windows --- diff --git a/lib/base/logger.cpp b/lib/base/logger.cpp index d2c5db8fd..1401975c5 100644 --- a/lib/base/logger.cpp +++ b/lib/base/logger.cpp @@ -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 */ }