Skip to content

Commit

Permalink
[deconz] fix loglevel (openhab#9915)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
  • Loading branch information
J-N-K authored and thinkingstone committed Nov 7, 2021
1 parent 777ff5e commit 969aea2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ private void checkAndUpdateEffectChannels(LightMessage lightMessage) {
} 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());
}

Expand Down

0 comments on commit 969aea2

Please sign in to comment.