diff options
author | Gordon Sim <gsim@apache.org> | 2009-12-10 11:45:59 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-12-10 11:45:59 +0000 |
commit | cf49a7de7c92fb2de85048dc7c8a8e09a6a5c3db (patch) | |
tree | 3d27e212d4e73d419458df0067aadf52a25fcf23 /cpp/src/qpid/sys/SslPlugin.cpp | |
parent | 92120cf29e1ca14310cc92c6f051248a89780fe6 (diff) | |
download | qpid-python-cf49a7de7c92fb2de85048dc7c8a8e09a6a5c3db.tar.gz |
QPID-2216: correct option name in log message for ssl plugin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@889207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/SslPlugin.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 a0d032906b..c143f1f1d0 100644 --- a/cpp/src/qpid/sys/SslPlugin.cpp +++ b/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); |