Minor change: reset output buffer-length to 1024

This commit is contained in:
Gerhard Hoffmann 2023-07-19 16:44:26 +02:00
parent e35fb9dc19
commit b8d6c909eb

View File

@ -6,7 +6,7 @@
#include <QFileInfo>
#include <QMessageLogContext>
#define OUTPUT_LEN (512)
#define OUTPUT_LEN (1024)
static bool installedMsgHandler = false;
static QtMsgType debugLevel = QtInfoMsg;