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