From 1c2576b8d766820e8c796e4c29706bd66b5f3d31 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 4 Mar 2015 11:43:45 +0000 Subject: [PATCH] Revert "Rephrased "crypto disabled" log, changed to error #4313" This reverts commit a6b5c872f59f7f4fdb28b93ec4946dee87f8b507. --- src/lib/client/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/client/Client.cpp b/src/lib/client/Client.cpp index fcda2eb8..456260f0 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_ERR "secure connection disabled, ns plugin not found")); + LOG((CLOG_NOTE "crypto disabled because of ns plugin not available")); } } }