[Zope-Checkins] 
	SVN: Zope/branches/2.9/lib/python/Products/Transience/Transience.py
	typo
    Andreas Jung 
    andreas at andreas-jung.com
       
    Fri Nov 17 11:56:35 EST 2006
    
    
  
Log message for revision 71159:
  typo
  
Changed:
  U   Zope/branches/2.9/lib/python/Products/Transience/Transience.py
-=-
Modified: Zope/branches/2.9/lib/python/Products/Transience/Transience.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/Transience/Transience.py	2006-11-17 16:54:02 UTC (rev 71158)
+++ Zope/branches/2.9/lib/python/Products/Transience/Transience.py	2006-11-17 16:56:34 UTC (rev 71159)
@@ -799,10 +799,7 @@
             except (KeyError, AttributeError):
                 path = self.getPhysicalPath()
                 err = 'No such onAdd/onDelete method %s referenced via %s'
-                LOG.warning(
-                    err % (callback, '/'.join(path)),
-                    exc_info=True()
-                    )
+                LOG.warning( err % (callback, '/'.join(path)), exc_info=True)
                 return
         else:
             method = callback
    
    
More information about the Zope-Checkins
mailing list