| 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> |
|---|---|---|
| ||
| Previous by Date: | [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 |
|---|---|
| Next by Date: | [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py a traceback would probably help here ; -), Chris Withers |
| Previous by Thread: | [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 |
| Next by Thread: | [Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py a traceback would probably help here ; -), Chris Withers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |