diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp index 42f0c93d..32a50309 100644 --- a/application/MultiMC.cpp +++ b/application/MultiMC.cpp @@ -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();