X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.cpp;h=b06e230bfdd607bde6d31f0472e9d422626d6bf8;hp=94c759c44a512ac627dbc245424514af379d78c1;hb=HEAD;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/core/sqlauthenticator.cpp b/src/core/sqlauthenticator.cpp index 94c759c4..7e8c4857 100644 --- a/src/core/sqlauthenticator.cpp +++ b/src/core/sqlauthenticator.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,7 +21,6 @@ #include "sqlauthenticator.h" #include "core.h" -#include "logmessage.h" #include "network.h" #include "quassel.h" @@ -76,6 +75,6 @@ Authenticator::State SqlAuthenticator::init(const QVariantMap& settings, const Q // TODO: FIXME: this should check if the storage provider is ready, but I don't // know if there's an exposed way to do that at the moment. - quInfo() << qPrintable(backendId()) << "authenticator is ready."; + qInfo() << qPrintable(backendId()) << "authenticator is ready."; return IsReady; }