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@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to