From f853ebbf1cf9074c99037a2892e0f8f3048b7f15 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 15 Aug 2000 14:35:52 +0000 Subject: [PATCH] Changed bad log message. --- Catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Catalog.py b/Catalog.py index ab072cdf..f7c8b172 100644 --- a/Catalog.py +++ b/Catalog.py @@ -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 """