Log message for revision 71177:
  fixed logger call

Changed:
  U   Products.Five/branches/1.2/fiveconfigure.py

-=-
Modified: Products.Five/branches/1.2/fiveconfigure.py
===================================================================
--- Products.Five/branches/1.2/fiveconfigure.py 2006-11-18 10:31:10 UTC (rev 
71176)
+++ Products.Five/branches/1.2/fiveconfigure.py 2006-11-18 10:31:34 UTC (rev 
71177)
@@ -60,8 +60,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('Five', ERROR, 'Could not import Product %s' % product.__name__, 
error=exc)
+    LOG('Five', ERROR, 'Could not import Product %s' % product.__name__, 
error=True)
 
 def loadProducts(_context):
     products = findProducts()

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

Reply via email to