Modified a processor to conform to the XML schema of match parameters.
[sfa.git] / sfatables / xmlrule.py
index 9e06bbf..ea73a4f 100644 (file)
@@ -85,8 +85,10 @@ class XMLRule:
         #       else rspec
         
         if (self.match(rspec)):
+            print "Matched!"
             return (True,self.wrap_up(self.target(rspec)))
         else:
+            print "Not Matched!"
             return (False,self.wrap_up(rspec))