[Zope-Checkins] 
	SVN: Zope/branches/2.9/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:01:28 EDT 2006
    
    
  
Log message for revision 68093:
  while this is interesting, is doesn't warrant spewing at error.
Changed:
  U   Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py
-=-
Modified: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py	2006-05-10 21:01:20 UTC (rev 68092)
+++ Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py	2006-05-11 10:01:26 UTC (rev 68093)
@@ -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