From 65fbba9502a3695a7bce0f7ef3fa43477ca0fb37 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 11 Jul 2007 13:42:08 +0000
Subject: [PATCH] Lower the log level when an catched exception happens. The
 previous message was wrong.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15183 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/Activity/SQLDict.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/CMFActivity/Activity/SQLDict.py b/product/CMFActivity/Activity/SQLDict.py
index 124fe5d750..af85374ecc 100644
--- a/product/CMFActivity/Activity/SQLDict.py
+++ b/product/CMFActivity/Activity/SQLDict.py
@@ -282,8 +282,8 @@ class SQLDict(RAMDict):
         else:
           abortTransactionSynchronously()
       except:
-        LOG('SQLDict', ERROR, 
-            'an uncatched exception happened during processing %r' % (uid_list_list,),
+        LOG('SQLDict', INFO, 
+            'an exception happened during processing %r' % (uid_list_list,),
             error=sys.exc_info())
         # If an exception occurs, abort the transaction to minimize the impact,
         try:
-- 
2.30.9