cubicweb/entities/wfobjs.py
branch3.24
changeset 11810 2e03bb4372b2
parent 11767 432f87a63057
child 12506 d97f9b8df92a
--- a/cubicweb/entities/wfobjs.py	Wed Nov 09 09:07:42 2016 +0100
+++ b/cubicweb/entities/wfobjs.py	Tue Jun 30 10:00:53 2015 +0200
@@ -235,7 +235,7 @@
         # check one of the rql expression conditions matches if any
         if self.condition:
             if DBG:
-                print('my_be_fired: %r: %s' %
+                print('may_be_fired: %r: %s' %
                       (self.name, [(rqlexpr.expression,
                                     rqlexpr.check_expression(self._cw, eid))
                                     for rqlexpr in self.condition]))