Log message for revision 71173:
  fixed logger call
  

Changed:
  U   Products.Five/trunk/fiveconfigure.py

-=-
Modified: Products.Five/trunk/fiveconfigure.py
===================================================================
--- Products.Five/trunk/fiveconfigure.py        2006-11-18 10:15:43 UTC (rev 
71172)
+++ Products.Five/trunk/fiveconfigure.py        2006-11-18 10:30:16 UTC (rev 
71173)
@@ -64,8 +64,7 @@
     # XXX It would be really cool if we could make this product appear broken
     # in the control panel. However, all attempts to do so has failed from my 
     # side. //regebro
-    exc = sys.exc_info()
-    LOG.error('Could not import Product %s' % product.__name__, exc_info=exc)
+    LOG.error('Could not import Product %s' % product.__name__, exc_info=True)
 
 def loadProducts(_context, file=None):
     if file is None:

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

Reply via email to