Skip to content

Commit

Permalink
Changed bad log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 15, 2000
1 parent 3ff02b7 commit f853ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Catalog.py
Expand Up @@ -422,7 +422,7 @@ def uncatalogObject(self, uid):
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 """
Expand Down

0 comments on commit f853ebb

Please sign in to comment.