[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/Application.py fixed logger call

Andreas Jung andreas at andreas-jung.com
Sat Nov 18 05:15:44 EST 2006


Log message for revision 71172:
  fixed logger call
  

Changed:
  U   Zope/trunk/lib/python/OFS/Application.py

-=-
Modified: Zope/trunk/lib/python/OFS/Application.py
===================================================================
--- Zope/trunk/lib/python/OFS/Application.py	2006-11-18 10:13:25 UTC (rev 71171)
+++ Zope/trunk/lib/python/OFS/Application.py	2006-11-18 10:15:43 UTC (rev 71172)
@@ -570,7 +570,7 @@
         except:
             bad_things=1
             LOG.error('The attempt to rebuild the registry failed.',
-                error=sys.exc_info())
+                       exc_info=True)
             transaction.abort()
 
         # Now we need to see if any (disk-based) products were installed



More information about the Zope-Checkins mailing list