[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/ClientStorage.py Added back a comment at Benji's excellent suggestion.

Jim Fulton jim at zope.com
Fri Sep 5 15:34:23 EDT 2008


Log message for revision 90900:
  Added back a comment at Benji's excellent suggestion.
  

Changed:
  U   ZODB/trunk/src/ZEO/ClientStorage.py

-=-
Modified: ZODB/trunk/src/ZEO/ClientStorage.py
===================================================================
--- ZODB/trunk/src/ZEO/ClientStorage.py	2008-09-05 19:34:15 UTC (rev 90899)
+++ ZODB/trunk/src/ZEO/ClientStorage.py	2008-09-05 19:34:23 UTC (rev 90900)
@@ -1239,6 +1239,7 @@
         # Invalidation as result of verify_cache().
         # Queue an invalidate for the end the verification procedure.
         if self._pickler is None:
+            # This should never happen.
             log2("invalidateVerify with no _pickler", level = logging.ERROR)
             return
         self._pickler.dump((None, [args[0]]))



More information about the Zodb-checkins mailing list