[Zope-Checkins] 
	SVN: Zope/branches/2.9/lib/python/Shared/DC/ZRDB/Connection.py
	wrong logger argument
    Andreas Jung 
    andreas at andreas-jung.com
       
    Wed Oct  4 08:49:01 EDT 2006
    
    
  
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)
    
    
More information about the Zope-Checkins
mailing list