summaryrefslogtreecommitdiff
path: root/cpp
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
commitf28ccc63ef69e8e2a37d80a871e135c608096ec6 (patch)
tree7c30c2b99ca455306c8492d5031a3c5825b45386 /cpp
parent801919ba59409ba7953ecd210533625e739216b9 (diff)
downloadqpid-python-f28ccc63ef69e8e2a37d80a871e135c608096ec6.tar.gz
QPID-2216: bump up log level
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1078882 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/sys/SslPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/SslPlugin.cpp b/cpp/src/qpid/sys/SslPlugin.cpp
index b0e791d60b..0ec051caab 100644
--- a/cpp/src/qpid/sys/SslPlugin.cpp
+++ b/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);