Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
micw committed Jan 14, 2024
1 parent 21bd91b commit 613dc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected void schedule() {
if (!checkLastException(ex)) {
log.warn("Modbus error", ex);
} else {
log.info("Modbus error: {}", ex);
log.info("Modbus error: {}", ex.getMessage());
}
}
}
Expand Down

0 comments on commit 613dc28

Please sign in to comment.