From a2bd3a9576c6e053c6b8153a8ccee00efc711fdf Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 8 Dec 2014 09:55:40 +0100 Subject: [PATCH] Add missing Flush() call in the CompatLogger class fixes #7511 --- lib/compat/compatlogger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compat/compatlogger.cpp b/lib/compat/compatlogger.cpp index 01e479d48..e92d80b30 100644 --- a/lib/compat/compatlogger.cpp +++ b/lib/compat/compatlogger.cpp @@ -361,6 +361,7 @@ void CompatLogger::ExternalCommandHandler(const String& command, const std::vect { ObjectLock oLock(this); WriteLine(msgbuf.str()); + Flush(); } } -- 2.40.0