From cd9d37aac402b0edd0f12b66fd7f2fdd5fe6dff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Feb 2015 02:14:14 +0100 Subject: SCRATCH nuke the overcomplicated logger, use a simple one. --- logic/updater/NotificationChecker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logic/updater/NotificationChecker.cpp') diff --git a/logic/updater/NotificationChecker.cpp b/logic/updater/NotificationChecker.cpp index 7a3f314b..3f8b17ba 100644 --- a/logic/updater/NotificationChecker.cpp +++ b/logic/updater/NotificationChecker.cpp @@ -7,7 +7,7 @@ #include "logic/Env.h" #include "BuildConfig.h" #include "logic/net/CacheDownload.h" -#include "logger/QsLog.h" +#include NotificationChecker::NotificationChecker(QObject *parent) : QObject(parent), m_notificationsUrl(QUrl(BuildConfig.NOTIFICATION_URL)) @@ -34,7 +34,7 @@ void NotificationChecker::checkForNotifications() { if (!m_notificationsUrl.isValid()) { - QLOG_ERROR() << "Failed to check for notifications. No notifications URL set." + qCritical() << "Failed to check for notifications. No notifications URL set." << "If you'd like to use MultiMC's notification system, please pass the " "URL to CMake at compile time."; return; -- cgit v1.2.3