NOISSUE add missing log levels to MultiMC logging

Info and System are now recognized.
This commit is contained in:
Petr Mrázek 2017-04-21 22:08:33 +02:00
parent 6bd2605a79
commit 581460dcf9

View File

@ -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();