mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* WARN log when an object with same ID is added to a registry by a second provider Log was existing but at DEBUG level, meaning the general user was not informed that he defined the same object (thing, item, ...) at different places (providers) like for example an item in Main UI and an item in config file with same name. Fix #4810 Signed-off-by: Laurent Garnier <lg.hc@free.fr>