Verified that filtering of types created by transformations also works.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / XMLRouter.java
index 09bbdc1dc50cc78c89e1900b879360c1d32e1dab..9c0f2d4937e8ad5ff068da5d97aec56c09efabf5 100644 (file)
@@ -41,8 +41,6 @@ import org.wamblee.xmlrouter.publish.Gateway;
 import org.wamblee.xmlrouter.subscribe.Destination;
 import org.wamblee.xmlrouter.subscribe.DestinationRegistry;
 
-// TODO check intermediate types during transformation based on filters. 
-
 /**
  * The XML Router.
  * 
@@ -97,7 +95,7 @@ public class XMLRouter implements Gateway, DestinationRegistry {
                     LOGGER
                         .log(
                             Level.FINE,
-                            "Event ''0}'' from source {1} removed because of filters.",
+                            "Event ''{0}'' from source ''{1}'' removed because of filters.",
                             new Object[] { doc, aSource });
                 }
             }