From 1f50a705f9c30d3267570ade068185e281aaee63 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 6 Sep 2019 09:24:34 +0200 Subject: [PATCH] Adjust code comment for Logger->Flush() on Windows --- lib/base/logger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- 2.40.0