Only show warning about QCA on user input.
[quassel.git] / src / core / cipher.cpp
index 15a986b..9ea9c13 100644 (file)
@@ -473,6 +473,5 @@ bool Cipher::neededFeaturesAvailable()
     if (QCA::isSupported("blowfish-ecb") && QCA::isSupported("blowfish-cbc") && QCA::isSupported("dh"))
         return true;
 
-    qWarning() << "QCA provider plugin not found. It is usually provided by the qca-ossl plugin.";
     return false;
 }