[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py
a traceback would probably help here ; -)
Chris Withers
chris at simplistix.co.uk
Thu May 11 06:08:32 EDT 2006
Log message for revision 68096:
a traceback would probably help here ;-)
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-11 10:07:45 UTC (rev 68095)
+++ Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py 2006-05-11 10:08:30 UTC (rev 68096)
@@ -302,7 +302,7 @@
raise
except:
LOG.debug('Attempt to unindex nonexistent document'
- ' with id %s' % documentId)
+ ' with id %s' % documentId,exc_info=True)
def _apply_index(self, request, cid='', type=type):
"""Apply the index to query parameters given in the request arg.
More information about the Zope-Checkins
mailing list