[Zodb-checkins] CVS: StandaloneZODB/Tools - fstest.py:1.3

Jeremy Hylton jeremy@zope.com
Thu, 8 Nov 2001 11:54:03 -0500


Update of /cvs-repository/StandaloneZODB/Tools
In directory cvs.zope.org:/tmp/cvs-serv1092/Tools

Modified Files:
	fstest.py 
Log Message:
Provide more verbose explanation of time-stamp reduction in error msg


=== StandaloneZODB/Tools/fstest.py 1.2 => 1.3 ===
 
     if tid <= ltid:
-        raise FormatError("%s time-stamp reduction at %s" % (path, pos))
+        raise FormatError("%s time-stamp reduction at %s: %s <= %s" %
+                          (path, pos, hexify(tid), hexify(ltid)))
     ltid = tid
 
     tl = U64(stl) # transaction record length - 8