[cpp-sp COMMIT] /branches/REL_2/shibsp/impl/XMLServiceProvider.cpp

noreply at shibboleth.net noreply at shibboleth.net
Thu Jun 7 17:35:37 BST 2012


Author: scantor
Date: Thu Jun  7 17:35:36 2012
New Revision: 3699

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3699&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-405

Modified:
    branches/REL_2/shibsp/impl/XMLServiceProvider.cpp

Modified: branches/REL_2/shibsp/impl/XMLServiceProvider.cpp
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/impl/XMLServiceProvider.cpp?rev=3699&r1=3698&r2=3699&view=diff
==============================================================================
--- branches/REL_2/shibsp/impl/XMLServiceProvider.cpp (original)
+++ branches/REL_2/shibsp/impl/XMLServiceProvider.cpp Thu Jun  7 17:35:36 2012
@@ -644,7 +644,7 @@
             if (m_metadata)
                 m_metadata->init();
             else if (!m_base)
-                log.crit("no MetadataProvider available, configuration is probably unusable");
+                log.warn("no MetadataProvider available, configure at least one for standard SSO usage");
         }
         catch (std::exception& ex) {
             log.crit("error initializing MetadataProvider: %s", ex.what());



More information about the commits mailing list