Commit 12f4ad1b authored by Jim Fulton's avatar Jim Fulton

Added debugging info.

parent aaf72ab7
...@@ -1447,6 +1447,7 @@ class ClientStorage(object): ...@@ -1447,6 +1447,7 @@ class ClientStorage(object):
min_tid = self._cache.getLastTid() min_tid = self._cache.getLastTid()
while 1: while 1:
tid, oids = unpickler.load() tid, oids = unpickler.load()
logger.debug('pickled inval %r %r', tid, min_tid)
if oids is None: if oids is None:
break break
if ((tid is None) if ((tid is None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment