NOISSUE add missing log levels to MultiMC logging
Info and System are now recognized.
This commit is contained in:
parent
6bd2605a79
commit
581460dcf9
@ -557,7 +557,7 @@ void MultiMC::initIcons()
|
||||
|
||||
void appDebugOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
|
||||
{
|
||||
const char *levels = "DWCF";
|
||||
const char *levels = "DWCFIS";
|
||||
const QString format("%1 %2 %3\n");
|
||||
|
||||
qint64 msecstotal = MMC->timeSinceStart();
|
||||
|
Loading…
Reference in New Issue
Block a user