[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
fixed wrong variable
Andreas Jung
andreas at andreas-jung.com
Wed Jul 14 11:49:08 EDT 2004
Log message for revision 26527:
fixed wrong variable
Changed:
U Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
-=-
Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-07-14 15:28:46 UTC (rev 26526)
+++ Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-07-14 15:49:08 UTC (rev 26527)
@@ -469,7 +469,7 @@
obj = self.resolve_url(p, REQUEST)
if obj is None:
LOG.error('reindexIndex could not resolve '
- 'an object from the uid %r.' % (uid))
+ 'an object from the uid %r.' % p)
else:
# don't update metadata when only reindexing a single
# index via the UI
More information about the Zope-Checkins
mailing list