Update of /cvs-repository/ZODB4/ZODB In directory cvs.zope.org:/tmp/cvs-serv25354 Modified Files: lock_file.py Log Message: Add comment about the need for a warning. === ZODB4/ZODB/lock_file.py 1.7 => 1.8 === raise error("Could not lock %s" % file.name) except: def lock_file(file, error=None): + # XXX There really ought to be a zLOG warning here. pass