Commit c31fa77f authored by Chris McDonough's avatar Chris McDonough

Changed bad log message.

parent f7b93d7c
......@@ -422,7 +422,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
else:
LOG('Catalog', ERROR, ('uncatalogObject unsuccessfully '
'attempted to uncatalog an object '
'with a uid of %s. ' % rid))
'with a uid of %s. ' % uid))
def clear(self):
""" clear catalog """
......
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