X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=307c46ba72e12c979c5fca13faadc6d8f20065f8;hp=5a61a31b740e38f305d600d31b8dd8174f88da33;hb=0d66a6f9ed6ea90493bca69ff781a1131d981503;hpb=5b4437c6ce729f4d51f7664ca839680853fd21c1 diff --git a/src/core/sslserver.cpp b/src/core/sslserver.cpp index 5a61a31b..307c46ba 100644 --- a/src/core/sslserver.cpp +++ b/src/core/sslserver.cpp @@ -27,6 +27,7 @@ #include #include +#include "logger.h" #include "util.h" #ifndef QT_NO_OPENSSL @@ -45,7 +46,7 @@ SslServer::SslServer(QObject *parent) _certIsValid = !_cert.isNull() && _cert.isValid() && !_key.isNull(); if(!_certIsValid) { - qWarning() << "SslServer: SSL Certificate is either missing or has a wrong format!\n" + quWarning() << "SslServer: SSL Certificate is either missing or has a wrong format!\n" << " Quassel Core will still work, but cannot provide SSL for client connections.\n" << " Please see http://quassel-irc.org/faq/cert to learn how to enable SSL support."; }