https://issues.shibboleth.net/jira/browse/SSPCPP-405
authorScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 16:35:36 +0000 (16:35 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 7 Jun 2012 16:35:36 +0000 (16:35 +0000)
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());