You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2011/03/07 19:21:00 UTC

svn commit: r1078882 - /qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp

Author: gsim
Date: Mon Mar  7 18:21:00 2011
New Revision: 1078882

URL: http://svn.apache.org/viewvc?rev=1078882&view=rev
Log:
QPID-2216: bump up log level

Modified:
    qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp

Modified: qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp?rev=1078882&r1=1078881&r2=1078882&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp (original)
+++ qpid/trunk/qpid/cpp/src/qpid/sys/SslPlugin.cpp Mon Mar  7 18:21:00 2011
@@ -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);



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org