summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-10-06 03:07:57 +0200
committerPetr Mrázek <peterix@gmail.com>2013-10-06 03:07:57 +0200
commit8b18af051585108a65a01347d333ce79e2e82d23 (patch)
tree4d41019c47556fbe26a8f0cdc0f4d0abd82dbe77 /MultiMC.cpp
parent9cef16a47d8e6085baec08c4b2823631ef8f1b30 (diff)
downloadMultiMC-8b18af051585108a65a01347d333ce79e2e82d23.tar
MultiMC-8b18af051585108a65a01347d333ce79e2e82d23.tar.gz
MultiMC-8b18af051585108a65a01347d333ce79e2e82d23.tar.lz
MultiMC-8b18af051585108a65a01347d333ce79e2e82d23.tar.xz
MultiMC-8b18af051585108a65a01347d333ce79e2e82d23.zip
Get rid of junky timestamps, along with some select pointless log messages
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 b685ed13..ef720c33 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -133,7 +133,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
// and instances
m_instances.reset(new InstanceList(m_settings->get("InstanceDir").toString(), this));
- std::cout << "Loading Instances..." << std::endl;
+ QLOG_INFO() << "Loading Instances...";
m_instances->loadList();
// init the http meta cache