fix log message

This commit is contained in:
Martin Baeuml
2012-03-07 15:54:58 +01:00
parent bfa47ee0d7
commit fa1973f3f6
+1 -1
View File
@@ -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()