summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/SslConnector.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-01-26 12:25:23 +0000
committerGordon Sim <gsim@apache.org>2009-01-26 12:25:23 +0000
commit1323f7832e1be3bd0819035651475198145e49ae (patch)
treec7ce1457ba8f2b3cf84f6ff2e50d2d1fb4b1857c /cpp/src/qpid/client/SslConnector.cpp
parent7db12040e39cc101fbd980e29f37a4c20feff766 (diff)
downloadqpid-python-1323f7832e1be3bd0819035651475198145e49ae.tar.gz
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
Diffstat (limited to 'cpp/src/qpid/client/SslConnector.cpp')
-rw-r--r--cpp/src/qpid/client/SslConnector.cpp2
1 files changed, 1 insertions, 1 deletions
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);