raised output-buffer length to 1024*8

This commit is contained in:
Gerhard Hoffmann 2023-08-02 15:39:52 +02:00
parent 4e277b4ca6
commit e0a68a35f4

View File

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