SVN: ZODB/trunk/src/ZEO/ClientStorage.py Added debugging info.
Jim Fulton <[email protected]> Fri, 24 Sep 2010 17:15:53 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100924211553.49BCB80270D__21992.5192105167$1285362957$gmane$org@cvs.zope.org> |
Log message for revision 116794:
Added debugging info.
Changed:
U ZODB/trunk/src/ZEO/ClientStorage.py
-=-
Modified: ZODB/trunk/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/trunk/src/ZEO/ClientStorage.py 2010-09-24 20:18:13 UTC (rev 116793)
+++ ZODB/trunk/src/ZEO/ClientStorage.py 2010-09-24 21:15:52 UTC (rev 116794)
@@ -1447,6 +1447,7 @@
min_tid = self._cache.getLastTid()
while 1:
tid, oids = unpickler.load()
+ logger.debug('pickled inval %r %r', tid, min_tid)
if oids is None:
break
if ((tid is None)