[Checkins] SVN: Products.ZCatalog/trunk/ Substitute catalog entry in UUIDIndex error message.

Laurence Rowe l at lrowe.co.uk
Mon May 16 10:35:08 EDT 2011


Log message for revision 121679:
  Substitute catalog entry in UUIDIndex error message.

Changed:
  U   Products.ZCatalog/trunk/CHANGES.txt
  U   Products.ZCatalog/trunk/src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py

-=-
Modified: Products.ZCatalog/trunk/CHANGES.txt
===================================================================
--- Products.ZCatalog/trunk/CHANGES.txt	2011-05-16 13:22:17 UTC (rev 121678)
+++ Products.ZCatalog/trunk/CHANGES.txt	2011-05-16 14:35:07 UTC (rev 121679)
@@ -4,6 +4,7 @@
 2.13.14 (unreleased)
 --------------------
 
+- Substitute catalog entry in UUIDIndex error message.
 
 2.13.13 (2011-05-04)
 --------------------

Modified: Products.ZCatalog/trunk/src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py
===================================================================
--- Products.ZCatalog/trunk/src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py	2011-05-16 13:22:17 UTC (rev 121678)
+++ Products.ZCatalog/trunk/src/Products/PluginIndexes/UUIDIndex/UUIDIndex.py	2011-05-16 14:35:07 UTC (rev 121679)
@@ -89,7 +89,7 @@
             self._length.change(1)
         elif old_docid != documentId:
             logger.exception("A different document with value '%s' already "
-                "exists in the index.'")
+                "exists in the index.'" % entry)
 
     def removeForwardIndexEntry(self, entry, documentId):
         """Take the entry provided and remove any reference to documentId



More information about the checkins mailing list