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

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to