Change log message.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 27 Feb 2008 03:47:34 +0000 (03:47 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 27 Feb 2008 03:47:34 +0000 (03:47 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2748 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp

index d1656e5..47857f2 100644 (file)
@@ -319,7 +319,7 @@ void XMLFilterImpl::filterAttributes(const FilteringContext& context, vector<Att
                             }
                             else {
                                 m_log.warn(
-                                    "filtered value at position (%lu) of attribute (%s) from (%s)",
+                                    "removed value at position (%lu) of attribute (%s) from (%s)",
                                     index, attr->getId(), issuer.get() ? issuer.get() : "unknown source"
                                     );
                                 attr->removeValue(index);
@@ -348,7 +348,7 @@ void XMLFilterImpl::filterAttributes(const FilteringContext& context, vector<Att
                             }
                             else {
                                 m_log.warn(
-                                    "filtered value at position (%lu) of attribute (%s) from (%s)",
+                                    "removed value at position (%lu) of attribute (%s) from (%s)",
                                     index, attr->getId(), issuer.get() ? issuer.get() : "unknown source"
                                     );
                                 attr->removeValue(index);
@@ -362,7 +362,7 @@ void XMLFilterImpl::filterAttributes(const FilteringContext& context, vector<Att
                     if (!ruleFound) {
                         // No rule found, so we're filtering it out.
                         m_log.warn(
-                            "no rule found, filtering out values of attribute (%s) from (%s)",
+                            "no rule found, removing all values of attribute (%s) from (%s)",
                             attr->getId(), issuer.get() ? issuer.get() : "unknown source"
                             );
                     }