[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py while this is interesting, is doesn't warrant spewing at error.

Chris Withers chris at simplistix.co.uk
Thu May 11 06:02:18 EDT 2006


Log message for revision 68094:
  while this is interesting, is doesn't warrant spewing at error.

Changed:
  U   Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py

-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py	2006-05-11 10:01:26 UTC (rev 68093)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py	2006-05-11 10:02:17 UTC (rev 68094)
@@ -301,7 +301,7 @@
         except ConflictError:
             raise
         except:
-            LOG.error('Attempt to unindex nonexistent document'
+            LOG.debug('Attempt to unindex nonexistent document'
                       ' with id %s' % documentId)
 
     def _apply_index(self, request, cid='', type=type):



More information about the Zope-Checkins mailing list