Skip to content

Commit

Permalink
[pioneeravr] Fixed typo in log (openhab#6616)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Rushworth <[email protected]>
Signed-off-by: Eugene Horohorin <[email protected]>
  • Loading branch information
Scott Rushworth authored and ehorohorin committed Dec 24, 2019
1 parent 18caa18 commit 961b7f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@ public void statusUpdateReceived(AvrStatusUpdateEvent event) {
break;

default:
logger.debug("Unkown response type from AVR @{}. Response discarded: {}", event.getData(),
logger.debug("Unknown response type from AVR @{}. Response discarded: {}", event.getData(),
event.getConnection());
}
} catch (AvrConnectionException e) {
logger.debug("Unkown response type from AVR @{}. Response discarded: {}", event.getData(),
logger.debug("Unknown response type from AVR @{}. Response discarded: {}", event.getData(),
event.getConnection());
}
}
Expand Down

0 comments on commit 961b7f6

Please sign in to comment.