Improved debuging:
[quassel.git] / src / core / sslserver.cpp
index c94859e..c7e1b35 100644 (file)
@@ -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.";
   }