Skip to content

Commit

Permalink
Fixed logging of transfer modes
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard Riegler <[email protected]>
  • Loading branch information
gerrieg authored and tratho committed May 5, 2017
1 parent ef00f81 commit aa96350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void initialize() throws IOException {
if (sb.length() > 2) {
sb.setLength(sb.length() - 2);
}
logger.debug("Used Homematic transfer modes: " + sb.toString());
logger.debug("Used Homematic transfer modes: {}", sb.toString());
startClients();
startServers();
startWatchdogs();
Expand Down

0 comments on commit aa96350

Please sign in to comment.