X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=c7e1b351117f1c093f091b88903d903a0ee743cc;hb=adff595449304996ee1a5b21f9ee768f83e0a4b1;hp=c94859ed8319e350f5f8e48da4bc1f452be4589a;hpb=8f50c6cce47eaae781de54eabb0dbff3cfc8b451;p=quassel.git diff --git a/src/core/sslserver.cpp b/src/core/sslserver.cpp index c94859ed..c7e1b351 100644 --- a/src/core/sslserver.cpp +++ b/src/core/sslserver.cpp @@ -46,7 +46,7 @@ SslServer::SslServer(QObject *parent) _certIsValid = !_cert.isNull() && _cert.isValid() && !_key.isNull(); if(!_certIsValid) { - quWarning() << "SslServer: SSL Certificate is either missing or has a wrong format!\n" + qWarning() << "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."; }