diff --git a/src/lib/client/Client.cpp b/src/lib/client/Client.cpp index 456260f0..fcda2eb8 100644 --- a/src/lib/client/Client.cpp +++ b/src/lib/client/Client.cpp @@ -108,7 +108,7 @@ Client::Client( if (enableCrypto) { m_useSecureNetwork = ARCH->plugin().exists(s_networkSecurity); if (m_useSecureNetwork == false) { - LOG((CLOG_NOTE "crypto disabled because of ns plugin not available")); + LOG((CLOG_ERR "secure connection disabled, ns plugin not found")); } } }