Change second log line to match the other.
authorScott Cantor <cantor.2@osu.edu>
Fri, 3 Aug 2007 23:21:12 +0000 (23:21 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 3 Aug 2007 23:21:12 +0000 (23:21 +0000)
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) {