[opensaml2] 02/10: Fix inconsistent log category.

Ferenc Wágner wferi at moszumanska.debian.org
Wed Nov 15 22:59:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

wferi pushed a commit to branch maint-2
in repository opensaml2.

commit 8a40d40a8676569e438e8bc6d8a949162dab0302
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Nov 12 15:16:57 2017 -0500

    Fix inconsistent log category.
---
 saml/saml2/metadata/impl/XMLMetadataProvider.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saml/saml2/metadata/impl/XMLMetadataProvider.cpp b/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
index 460dcc8..a0f86cd 100644
--- a/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
+++ b/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
@@ -140,7 +140,7 @@ namespace opensaml {
 
 XMLMetadataProvider::XMLMetadataProvider(const DOMElement* e)
     : MetadataProvider(e), AbstractMetadataProvider(e), DiscoverableMetadataProvider(e),
-        ReloadableXMLFile(e, Category::getInstance(SAML_LOGCAT ".MetadataProvider.XML"), false),
+        ReloadableXMLFile(e, Category::getInstance(SAML_LOGCAT ".Metadata.XML"), false),
         m_discoveryFeed(XMLHelper::getAttrBool(e, true, discoveryFeed)),
         m_dropDOM(XMLHelper::getAttrBool(e, true, dropDOM)),
         m_refreshDelayFactor(0.75), m_backoffFactor(1),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list