Fixed a misleading log message.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 16 Dec 2002 22:17:20 +0000 (22:17 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 16 Dec 2002 22:17:20 +0000 (22:17 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@377 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/aa/arp/provider/ResourceTreeMatchFunction.java

index f48f4f8..ef9ea9a 100755 (executable)
@@ -73,9 +73,9 @@ public class ResourceTreeMatchFunction implements MatchFunction {
                throws MatchingException
        {
                if (!(arpComponent instanceof String) && !(requestComponent instanceof URL)) {
                throws MatchingException
        {
                if (!(arpComponent instanceof String) && !(requestComponent instanceof URL)) {
-                       log.error("Invalid use of ARP matching function (ExacthSharMatchFunction).");
+                       log.error("Invalid use of ARP matching function (ResourceTreeMatchFunction).");
                        throw new MatchingException(
                        throw new MatchingException(
-                               "Invalid use of ARP matching function (ExacthSharMatchFunction).");
+                               "Invalid use of ARP matching function (ResourceTreeMatchFunction).");
                }
 
                URL arpURL = null;
                }
 
                URL arpURL = null;