Skip to content

Commit

Permalink
Fix SAT error (openhab#11074)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <[email protected]>
  • Loading branch information
kaikreuzer authored and frederictobiasc committed Oct 26, 2021
1 parent 3401b7a commit b9bbae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ protected void updateChannels(int[] is) {
break;
}
} else {
logger.debug("Illegal data structure length '%d'", String.valueOf(rawdata).length());
logger.debug("Illegal data structure length '{}'", String.valueOf(rawdata).length());
}
}

Expand Down

0 comments on commit b9bbae8

Please sign in to comment.