[cpp-opensaml] 01/02: Fix inconsistent log category.

Scott Cantor cantor.2 at osu.edu
Sun Nov 12 15:54:24 EST 2017


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

scantor pushed a commit to branch maint-2
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=8a40d40a8676569e438e8bc6d8a949162dab0302

commit 8a40d40a8676569e438e8bc6d8a949162dab0302
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: 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),

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list