X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientauthhandler.cpp;h=5048554756bf676544492d1f128664461d60ce09;hp=a5bf291bc70b541c3d602e4e70f7d1d444249f2e;hb=8c6448c2e0048389fbac9e2e9daf22b5b050d5b6;hpb=696edd3dc076cf52edd8bece9055c2b3ec9086d0 diff --git a/src/client/clientauthhandler.cpp b/src/client/clientauthhandler.cpp index a5bf291b..50485547 100644 --- a/src/client/clientauthhandler.cpp +++ b/src/client/clientauthhandler.cpp @@ -30,7 +30,6 @@ #include "client.h" #include "clientsettings.h" -#include "logmessage.h" #include "peerfactory.h" #include "util.h" @@ -324,10 +323,10 @@ void ClientAuthHandler::onConnectionReady() const auto& coreFeatures = _peer->features(); auto unsupported = coreFeatures.toStringList(false); if (!unsupported.isEmpty()) { - quInfo() << qPrintable(tr("Core does not support the following features: %1").arg(unsupported.join(", "))); + qInfo() << qPrintable(tr("Core does not support the following features: %1").arg(unsupported.join(", "))); } if (!coreFeatures.unknownFeatures().isEmpty()) { - quInfo() << qPrintable(tr("Core supports unknown features: %1").arg(coreFeatures.unknownFeatures().join(", "))); + qInfo() << qPrintable(tr("Core supports unknown features: %1").arg(coreFeatures.unknownFeatures().join(", "))); } emit connectionReady();