Skip to content

Commit

Permalink
chk
Browse files Browse the repository at this point in the history
  • Loading branch information
ryescholin committed Jun 1, 2024
1 parent 5a17739 commit 00e0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod-operation/src/state_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ impl StateMachine {
self.io
.of("/control-station")
.unwrap()
.emit("fault", ("High temperature detected, currently {}, should be below {} C.", reading, LIM_TEMP_THRESHOLD))
.emit("fault", ("High temperature detected, should be below {} C.", LIM_TEMP_THRESHOLD))
.ok();
return State::Faulted;
}
Expand Down

0 comments on commit 00e0f8f

Please sign in to comment.