[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py Better log message (from Zope 2.7 branch rather than copied straight

Zachery Bir zbir at urbanape.com
Wed Aug 24 12:35:27 EDT 2005


Log message for revision 38068:
  Better log message (from Zope 2.7 branch rather than copied straight
  from UnIndex)
  

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py

-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	2005-08-24 16:32:03 UTC (rev 38067)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	2005-08-24 16:35:27 UTC (rev 38068)
@@ -144,8 +144,9 @@
                         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 )



More information about the Zope-Checkins mailing list