Commit 7e5de12b authored by Zachery Bir's avatar Zachery Bir

Better log message (from Zope 2.7 branch rather than copied straight

from UnIndex)
parent 729443b6
......@@ -144,8 +144,9 @@ class DateIndex(UnIndex, PropertyManager):
raise
except:
LOG('UnIndex', ERROR,
'Should not happen: oldDatum was there, now its not,'
'for document with id %s' % documentId)
("Should not happen: ConvertedDate was there,"
" now it's not, for document with id %s" %
documentId))
if ConvertedDate is not _marker:
self.insertForwardIndexEntry( ConvertedDate, documentId )
......
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