raised output-buffer length to 1024*8
This commit is contained in:
parent
4e277b4ca6
commit
e0a68a35f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user