Commit 75765fdd authored by Alexandre Boeglin's avatar Alexandre Boeglin

made LOG message more usefull.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2205 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afade282
......@@ -845,7 +845,7 @@ class ERP5WorkflowTool(WorkflowTool):
wfs = self.getWorkflowsFor(ob)
if wfs:
for w in wfs:
LOG('ERP5WorkflowTool.wrapWorkflowMethod, is wfMSupported',0,w.isWorkflowMethodSupported(ob, method_id))
LOG('ERP5WorkflowTool.wrapWorkflowMethod, is wfMSupported', 0, repr(( w.isWorkflowMethodSupported(ob, method_id), w.getId(), ob, method_id )))
if (hasattr(w, 'isWorkflowMethodSupported')
and w.isWorkflowMethodSupported(ob, method_id)):
#wf = w
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment