zope-checkins@zope.org
[Top] [All Lists]

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PluginIndexe

Subject: [Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py a traceback would probably help here ; -)
From: Chris Withers
Date: Thu, 11 May 2006 06:08:32 -0400 EDT
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@xxxxxxxx
http://mail.zope.org/mailman/listinfo/zope-checkins

<Prev in Thread] Current Thread [Next in Thread>
  • [Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/PluginIndexes/common/UnIndex.py a traceback would probably help here ; -), Chris Withers <=