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]>
  • Loading branch information
Scott Rushworth authored and DaanMeijer committed Jan 20, 2020
1 parent b8ab9ac commit 2aeeafc
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 2aeeafc

Please sign in to comment.