[cpp-sp] branch master updated: Adjust deprecation language.

Scott Cantor cantor.2 at osu.edu
Fri Apr 27 12:49:53 EDT 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1e1510fef582fd79b38cc92f56ea16ac85ee1840

The following commit(s) were added to refs/heads/master by this push:
       new  1e1510f   Adjust deprecation language.
1e1510f is described below

commit 1e1510fef582fd79b38cc92f56ea16ac85ee1840
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 27 12:49:49 2018 -0400

    Adjust deprecation language.
---
 shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
index f52b928..5d4a594 100644
--- a/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
+++ b/shibsp/attribute/resolver/impl/XMLAttributeExtractor.cpp
@@ -362,7 +362,7 @@ XMLExtractorImpl::XMLExtractorImpl(const DOMElement* e, Category& log)
 
         name = child->getAttributeNS(nullptr, _aliases);
         if (name && *name) {
-            m_log.warn("attribute mapping rule (%s) uses deprecated aliases feature, consider revising", id.get());
+            m_log.warn("DEPRECATED: attribute mapping rule (%s) uses deprecated aliases feature", id.get());
             auto_ptr_char aliases(name);
             string dup(aliases.get());
             set<string> new_aliases;

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


More information about the commits mailing list