From e46a77f735f8c598322e75448849773eab135fc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 19 Mar 2010 10:03:13 +0000
Subject: [PATCH] missing space

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

diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index eaa93e3f93..4abbb083f7 100644
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -1832,7 +1832,7 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
             # here, we use 'LOG' instead of 'raise', because it can
             # happen when a workflow is removed from the chain by
             # another business template.
-            LOG('BusinessTemplate', WARNING, 'workflow %s not found'\
+            LOG('BusinessTemplate', WARNING, 'workflow %s not found '\
                        'in chain for portal_type %s' % (workflow_name, portal_type))
         self._objects.setdefault(portal_type, []).append(workflow_name)
       elif not self.is_bt_for_diff:
-- 
2.30.9