X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsslserver.cpp;h=c7e1b351117f1c093f091b88903d903a0ee743cc;hp=c94859ed8319e350f5f8e48da4bc1f452be4589a;hb=034708a59ca1ee3195263a90941a2b145c520fef;hpb=fadb064c526843a7f6f6e4532372eee009fa3c3b 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."; }