Rephrased "crypto disabled" log, changed to error #4313

This commit is contained in:
Nick Bolton 2015-03-04 09:00:01 +00:00
parent 065960926c
commit a6b5c872f5
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}
}
}