[Zodb-checkins] CVS: ZEO/ZEO - StorageServer.py:1.32.6.7
Shane Hathaway
shane@cvs.zope.org
Tue, 26 Mar 2002 15:17:57 -0500
Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv23346
Modified Files:
Tag: Standby-branch
StorageServer.py
Log Message:
Corrected call to self._log()
=== ZEO/ZEO/StorageServer.py 1.32.6.6 => 1.32.6.7 ===
self.__storage.pack(t, referencesf)
except:
- self._log('ZEO Server', zLOG.ERROR,
- 'Pack failed for %s' % self.__storage_id,
+ self._log('Pack failed for %s' % self.__storage_id,
+ zLOG.ERROR,
error=sys.exc_info())
if wait:
raise