[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Added debugging info.
Jim Fulton
jim at zope.com
Fri Sep 24 17:15:53 EDT 2010
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)
More information about the Zodb-checkins
mailing list