[cpp-opensaml] branch master updated: Clarify log message.

Scott Cantor cantor.2 at osu.edu
Fri Jan 12 15:56:16 EST 2018


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  95d52c8   Clarify log message.
95d52c8 is described below

commit 95d52c85f230fc3a3645e8b3abaca89703504631
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 12 15:55:56 2018 -0500

    Clarify log message.
---
 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 71b4504..13d0348 100644
--- a/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
+++ b/saml/saml2/metadata/impl/XMLMetadataProvider.cpp
@@ -199,7 +199,7 @@ pair<bool,DOMElement*> XMLMetadataProvider::load(bool backup)
         // We compute a random filename extension to the "real" location.
         SAMLConfig::getConfig().generateRandomBytes(backupKey, 2);
         backupKey = m_backing + '.' + SAMLArtifact::toHex(backupKey);
-        m_log.debug("backing up remote metadata resource to (%s)", backupKey.c_str());
+        m_log.debug("remote metadata resource will be backed up to (%s)", backupKey.c_str());
     }
     // Call the base class to load/parse the appropriate XML resource.
     pair<bool,DOMElement*> raw = ReloadableXMLFile::load(backup, backupKey);

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


More information about the commits mailing list