Skip to content

Commit

Permalink
formatted alarm log
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-republic committed Dec 26, 2023
1 parent 7646b83 commit 81dd045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void analyseBMSFaults() {
if (!currentAlarms.isEmpty()) {
LOG.info("BMS alarms:\n" + currentAlarms.toString());
} else {
LOG.info("BMS alarms: NONE");
LOG.info("BMS alarms: \n\tNONE");
}

// check if alarms have changed
Expand Down

0 comments on commit 81dd045

Please sign in to comment.