https://issues.shibboleth.net/jira/browse/SSPCPP-405
authorscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 7 Jun 2012 16:35:36 +0000 (16:35 +0000)
committerscantor <scantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 7 Jun 2012 16:35:36 +0000 (16:35 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3699 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/XMLServiceProvider.cpp

index 022be8a..dc8b2da 100644 (file)
@@ -644,7 +644,7 @@ XMLApplication::XMLApplication(
             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());