[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.29

Jim Fulton jim@korak.digicool.com
Thu, 28 Oct 1999 09:24:27 -0400


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/projects/users/jim/sb/lib/python/ZODB

Modified Files:
	FileStorage.py 
Log Message:
Somehow, someone got a zero previous record pointer on a record for an
object that has previous records.  This caused a panic on startup
because the previous record pointer did not agree with the system's
knowledge that there was, indeed, a previous record. This is a
pretty benign situation, so, I've changed the check to log a warning
of the previous record pointer is zero and there is a previous record.