mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
Added item name to error message (#2594)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
044aad891e
commit
f30beb5aeb
@ -372,7 +372,7 @@ public class ItemUIRegistryImpl implements ItemUIRegistry {
|
||||
}
|
||||
}
|
||||
} catch (ItemNotFoundException e) {
|
||||
logger.error("Cannot retrieve item for widget {}", w.eClass().getInstanceTypeName());
|
||||
logger.error("Cannot retrieve item '{}' for widget {}", itemName, w.eClass().getInstanceTypeName());
|
||||
}
|
||||
|
||||
boolean considerTransform = false;
|
||||
|
Loading…
Reference in New Issue
Block a user