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.

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

Reply via email to