Commit 3c86de13 authored by Andreas Jung's avatar Andreas Jung

fixed wrong variable

parent d512a2dc
...@@ -469,7 +469,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -469,7 +469,7 @@ class ZCatalog(Folder, Persistent, Implicit):
obj = self.resolve_url(p, REQUEST) obj = self.resolve_url(p, REQUEST)
if obj is None: if obj is None:
LOG.error('reindexIndex could not resolve ' LOG.error('reindexIndex could not resolve '
'an object from the uid %r.' % (uid)) 'an object from the uid %r.' % p)
else: else:
# don't update metadata when only reindexing a single # don't update metadata when only reindexing a single
# index via the UI # index via the UI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment