summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-12-10 11:45:59 +0000
committerGordon Sim <gsim@apache.org>2009-12-10 11:45:59 +0000
commitf0ee36735e9cef54e6e6ecea583df77f2fbe81de (patch)
tree180f1613584922d58192754030ea172c09dadce4
parent68b980559034f25e43d5ed8cf135c1813bd03907 (diff)
downloadqpid-python-f0ee36735e9cef54e6e6ecea583df77f2fbe81de.tar.gz
QPID-2216: correct option name in log message for ssl plugin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889207 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 a0d032906b..c143f1f1d0 100644
--- a/qpid/cpp/src/qpid/sys/SslPlugin.cpp
+++ b/qpid/cpp/src/qpid/sys/SslPlugin.cpp
@@ -90,7 +90,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 --qpid-ssl-cert-db to enable it.");
+ QPID_LOG(info, "SSL plugin not enabled, you must set --ssl-cert-db to enable it.");
} else {
try {
ssl::initNSS(options, true);