|
@@ -1,4 +1,4 @@
|
|
|
-/* Copyright 2004 Acegi Technology Pty Limited
|
|
|
+/* Copyright 2004, 2005 Acegi Technology Pty Limited
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -94,8 +94,7 @@ public class PathBasedFilterInvocationDefinitionMap
|
|
|
requestMap.add(new EntryHolder(antPath, attr));
|
|
|
|
|
|
if (logger.isDebugEnabled()) {
|
|
|
- logger.debug("Added Ant path: " + antPath + "; attributes: "
|
|
|
- + attr.toString());
|
|
|
+ logger.debug("Added Ant path: " + antPath + "; attributes: " + attr);
|
|
|
}
|
|
|
}
|
|
|
|