Skip to content

Commit

Permalink
[velux] Decreased logging (mentioning unexpected configurations only …
Browse files Browse the repository at this point in the history
…with level debug). (openhab#7098)

Signed-off-by: Guenther Schreiner <[email protected]>
  • Loading branch information
gs4711 authored Mar 6, 2020
1 parent 93b93dc commit a2e9fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private ChannelBridgeCheck() {
} else {
result = thisBridgeHandler.localization.getText("channelValue.check-integrity-ok");
}
LOGGER.info("{}", result);
LOGGER.debug("{}", result);
newState = StateUtils.createState(result);
} while (false); // common exit
return newState;
Expand Down

0 comments on commit a2e9fdf

Please sign in to comment.