Minor change: reset output buffer-length to 1024
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <QFileInfo>
|
||||
#include <QMessageLogContext>
|
||||
|
||||
#define OUTPUT_LEN (512)
|
||||
#define OUTPUT_LEN (1024)
|
||||
|
||||
static bool installedMsgHandler = false;
|
||||
static QtMsgType debugLevel = QtInfoMsg;
|
||||
|
Reference in New Issue
Block a user