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 )

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to