zope-checkins@zope.org
[Top] [All Lists]

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/commo

Subject: [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py while this is interesting, is doesn't warrant spewing at error.
From: Chris Withers
Date: Thu, 11 May 2006 06:02:18 -0400 EDT
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):

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

<Prev in Thread] Current Thread [Next in Thread>
  • [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 <=