Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2650 from paulianttila/rfxcom-log
Browse files Browse the repository at this point in the history
Rfxcom: received command logging changed from info to debug level
  • Loading branch information
teichsta committed May 27, 2015
2 parents bdbcfb6 + 2d22dd5 commit ebc2259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void unsetEventPublisher(EventPublisher eventPublisher) {
*/
@Override
protected void internalReceiveCommand(String itemName, Command command) {
logger.info("RFXComBinding.internalReceiveCommand: " + itemName + " " + command);
logger.debug("Received command: {} {}", itemName, command);
if(itemName != null) {
if(executeCommand(itemName, command) && command instanceof State) {
eventPublisher.postUpdate(itemName, (State)command);
Expand Down

0 comments on commit ebc2259

Please sign in to comment.