From fa1973f3f6c05fce95c1c034c5a6de4e5263f54f Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Wed, 7 Mar 2012 15:54:58 +0100 Subject: [PATCH] fix log message --- sloth/items/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sloth/items/items.py b/sloth/items/items.py index 089f317..171c1af 100644 --- a/sloth/items/items.py +++ b/sloth/items/items.py @@ -323,7 +323,7 @@ class RectItem(BaseItem): float(model_item[self.prefix() + 'width']), float(model_item[self.prefix() + 'height'])) except KeyError as e: - LOG.error("PointItem: Could not find expected key in item: " + LOG.error("RectItem: Could not find expected key in item: " + str(e) + ". Check your config!") self.setValid(False) return QRectF()