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/client/SslConnector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/client/SslConnector.cpp') diff --git a/cpp/src/qpid/client/SslConnector.cpp b/cpp/src/qpid/client/SslConnector.cpp index a68af78354..75c3f5677e 100644 --- a/cpp/src/qpid/client/SslConnector.cpp +++ b/cpp/src/qpid/client/SslConnector.cpp @@ -148,7 +148,7 @@ namespace { SslOptions options; options.parse (0, 0, CONF_FILE, true); if (options.certDbPath.empty()) { - QPID_LOG(warning, "SSL connector not enabled, you must set QPID_SSL_CERT_DB to enable it."); + QPID_LOG(info, "SSL connector not enabled, you must set QPID_SSL_CERT_DB to enable it."); } else { initNSS(options); Connector::registerFactory("ssl", &create); -- cgit v1.2.1