From b48bd28a1d092b8f52b6fc938747bbe0f497021d Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Thu, 8 Nov 2007 15:28:25 +0000
Subject: [PATCH] Fix log using an existing string as first argument.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17478 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/patches/WorkflowTool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py
index 299829f232..f239746c29 100644
--- a/product/ERP5Type/patches/WorkflowTool.py
+++ b/product/ERP5Type/patches/WorkflowTool.py
@@ -573,7 +573,7 @@ def WorkflowTool_refreshWorklistCache(self):
       search_result_kw = {'select_expression': select_expression,
                           'group_by_expression': group_by_expression,
                           'query': query}
-      #LOG('WorklistGeneration', WARNING, 'Using query: %s' % \
+      #LOG('refreshWorklistCache', WARNING, 'Using query: %s' % \
       #    (search_result(src__=1, **search_result_kw), ))
       catalog_brain_result = search_result(**search_result_kw)
       value_column_dict = dict([(x, []) for x in table_column_id_set])
-- 
2.30.9