[Zope-Checkins] 
	SVN: Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py
	a traceback would probably help here ; -)
    Chris Withers 
    chris at simplistix.co.uk
       
    Thu May 11 06:07:46 EDT 2006
    
    
  
Log message for revision 68095:
  a traceback would probably help here ;-)
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:02:17 UTC (rev 68094)
+++ Zope/trunk/lib/python/Products/PluginIndexes/common/UnIndex.py	2006-05-11 10:07:45 UTC (rev 68095)
@@ -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