summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-03-07 18:21:00 +0000
committerGordon Sim <gsim@apache.org>2011-03-07 18:21:00 +0000
commitf1836df4057851f07b1346e7141b863158493987 (patch)
treea90210a26295a08ecd0bd6e52cac89ba8cc70b33
parentd2b576188025ef0024567f1014f42771dce1e89a (diff)
downloadqpid-python-f1836df4057851f07b1346e7141b863158493987.tar.gz
QPID-2216: bump up log level
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1078882 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/sys/SslPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/sys/SslPlugin.cpp b/qpid/cpp/src/qpid/sys/SslPlugin.cpp
index b0e791d60b..0ec051caab 100644
--- a/qpid/cpp/src/qpid/sys/SslPlugin.cpp
+++ b/qpid/cpp/src/qpid/sys/SslPlugin.cpp
@@ -95,7 +95,7 @@ static struct SslPlugin : public Plugin {
// Only provide to a Broker
if (broker) {
if (options.certDbPath.empty()) {
- QPID_LOG(info, "SSL plugin not enabled, you must set --ssl-cert-db to enable it.");
+ QPID_LOG(notice, "SSL plugin not enabled, you must set --ssl-cert-db to enable it.");
} else {
try {
ssl::initNSS(options, true);