mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[deconz] fix loglevel (#9915)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
parent
86efd73a17
commit
6bddad1066
@ -310,7 +310,8 @@ public class LightThingHandler extends DeconzBaseThingHandler {
|
||||
} else if (lightMessage.manufacturername.equals("MLI")) {
|
||||
model = EffectLightModel.TINT_MUELLER;
|
||||
} else {
|
||||
logger.info("Could not determine effect light type for thing {}, please request adding support on GitHub.",
|
||||
logger.debug(
|
||||
"Could not determine effect light type for thing {}, if you feel this is wrong request adding support on GitHub.",
|
||||
thing.getUID());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user