From 1a846e0b8e4c9d983576419dbdd09ba8e30efcbc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 17 May 2022 11:55:16 +0100 Subject: Fix not ticking the log timers after the first tick. --- src/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/logging.cpp') diff --git a/src/logging.cpp b/src/logging.cpp index 11ccbeb27..83d4322e3 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -44,7 +44,7 @@ const char* Log::LevelToString(Log::Level level) } Log::FileMethod::FileMethod(const std::string& n, FILE* fh, unsigned long fl, bool ac) - : Timer(15*60) + : Timer(15*60, true) , autoclose(ac) , file(fh) , flush(fl) -- cgit v1.3.1-10-gc9f91