diff options
author | Gordon Sim <gsim@apache.org> | 2011-03-07 18:21:00 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-03-07 18:21:00 +0000 |
commit | bc0c22d441cf075411d6df69a4410ce651c7f46c (patch) | |
tree | 7c30c2b99ca455306c8492d5031a3c5825b45386 /cpp | |
parent | 0b56133104ed919ede25589d5c0a9f5b9730af86 (diff) | |
download | qpid-python-bc0c22d441cf075411d6df69a4410ce651c7f46c.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.cpp | 2 |
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); |