]> git.basschouten.com Git - openhab-addons.git/commitdiff
[deconz] fix loglevel (#9915)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 23 Jan 2021 10:22:41 +0000 (11:22 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Jan 2021 10:22:41 +0000 (11:22 +0100)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.deconz/src/main/java/org/openhab/binding/deconz/internal/handler/LightThingHandler.java

index 8a9af040da2aa5f847e5bcef026c3dc558657f61..aaebcf0d0e4dafc4b73ec7916c0185bd36dd3081 100644 (file)
@@ -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());
         }