diff -r 11365e5c11d7 -r 2e03bb4372b2 cubicweb/entities/wfobjs.py --- 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]))