Log message for revision 70527:
  wrong logger argument
  

Changed:
  U   Zope/branches/2.9/lib/python/Shared/DC/ZRDB/Connection.py

-=-
Modified: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/Connection.py
===================================================================
--- Zope/branches/2.9/lib/python/Shared/DC/ZRDB/Connection.py   2006-10-04 
12:38:01 UTC (rev 70526)
+++ Zope/branches/2.9/lib/python/Shared/DC/ZRDB/Connection.py   2006-10-04 
12:49:01 UTC (rev 70527)
@@ -71,7 +71,7 @@
             try: self.connect(self.connection_string)
             except:
                 logger.error('Error connecting to relational database.',
-                             error=exc_info())
+                             exc_info=exc_info())
 
     def title_and_id(self):
         s=Connection.inheritedAttribute('title_and_id')(self)

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

Reply via email to