From b8d6c909ebc9205f11c0165b3ae4922911137c94 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 19 Jul 2023 16:44:26 +0200 Subject: [PATCH] Minor change: reset output buffer-length to 1024 --- message_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_handler.cpp b/message_handler.cpp index 3af5ff1..55d6d7e 100755 --- a/message_handler.cpp +++ b/message_handler.cpp @@ -6,7 +6,7 @@ #include #include -#define OUTPUT_LEN (512) +#define OUTPUT_LEN (1024) static bool installedMsgHandler = false; static QtMsgType debugLevel = QtInfoMsg;