From 1323f7832e1be3bd0819035651475198145e49ae Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 26 Jan 2009 12:25:23 +0000 Subject: Some minor updates to logging levels to avoid undue alarm. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737679 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/SslPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys/SslPlugin.cpp') diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp index 14052c2ee4..203aa9a1d7 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/cpp/src/qpid/sys/SslPlugin.cpp @@ -90,7 +90,7 @@ static struct SslPlugin : public Plugin { // Only provide to a Broker if (broker) { if (options.certDbPath.empty()) { - QPID_LOG(warning, "SSL plugin not enabled, you must set --qpid-ssl-cert-db to enable it."); + QPID_LOG(info, "SSL plugin not enabled, you must set --qpid-ssl-cert-db to enable it."); } else { try { ssl::initNSS(options, true); -- cgit v1.2.1