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 <kai@openhab.org>
Signed-off-by: Dave J Schoepel <dave@theschoepels.com>
  • Loading branch information
kaikreuzer authored and dschoepel committed Nov 9, 2021
1 parent 2cb112f commit fde6560
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 fde6560

Please sign in to comment.