Change second log line to match the other.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 3 Aug 2007 23:21:12 +0000 (23:21 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 3 Aug 2007 23:21:12 +0000 (23:21 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2382 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/attribute/filtering/impl/XMLAttributeFilter.cpp

index 86d56c8..743a322 100644 (file)
@@ -329,7 +329,7 @@ void XMLFilterImpl::filterAttributes(const FilteringContext& context, multimap<s
                 if (rules.first != rules.second) {
                     // Run each rule in sequence.
                     if (!ruleFound) {
-                        m_log.debug("filtering values of attribute (%s) from (%s)", a->second->getId(), issuer.get() ? issuer.get() : "unknown source");
+                        m_log.debug("applying wildcard rule(s) for attribute (%s) from (%s)", a->second->getId(), issuer.get() ? issuer.get() : "unknown source");
                         ruleFound = true;
                     }
                     for (; rules.first!=rules.second; ++rules.first) {