Skip to content

Commit

Permalink
Merge pull request #1 from DennisOSRM/less_chatty
Browse files Browse the repository at this point in the history
Make tool less chatty in case inverter is unreachable
  • Loading branch information
DennisOSRM authored Nov 3, 2023
2 parents 5c22184 + 7dd2e59 commit 47f65ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fn main() {
InverterState::Online
}
Err(e) => {
info!("error: {e}");
debug!("error: {e}");
InverterState::Offline
}
};
Expand Down

0 comments on commit 47f65ef

Please sign in to comment.