summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-05-12 23:27:50 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-09 01:38:31 +0200
commitf3900f2966e8c211fee51ece156da054df2d47c7 (patch)
tree8c47446deabc63b2448339b3843c94dcfbc2c368 /MultiMC.cpp
parentdb8b47e7f6b877c07192feca2a2f5ba57b9a1ca0 (diff)
downloadMultiMC-f3900f2966e8c211fee51ece156da054df2d47c7.tar
MultiMC-f3900f2966e8c211fee51ece156da054df2d47c7.tar.gz
MultiMC-f3900f2966e8c211fee51ece156da054df2d47c7.tar.lz
MultiMC-f3900f2966e8c211fee51ece156da054df2d47c7.tar.xz
MultiMC-f3900f2966e8c211fee51ece156da054df2d47c7.zip
Reduce startup logging verbosity
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 073646ec..5b0e411a 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -339,7 +339,7 @@ void MultiMC::initLogger()
QsLogging::Logger &logger = QsLogging::Logger::instance();
logger.setLoggingLevel(QsLogging::TraceLevel);
m_fileDestination = QsLogging::DestinationFactory::MakeFileDestination(logBase.arg(0));
- m_debugDestination = QsLogging::DestinationFactory::MakeQDebugDestination();
+ m_debugDestination = QsLogging::DestinationFactory::MakeDebugOutputDestination();
logger.addDestination(m_fileDestination.get());
logger.addDestination(m_debugDestination.get());
// log all the things