Skip to content

Commit

Permalink
fix debug log for PID
Browse files Browse the repository at this point in the history
fix debug log output for disable PID while brew is running
  • Loading branch information
LoQue90 committed Sep 7, 2024
1 parent 8649bcd commit 8776d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ void looppid() {
if (!brewPIDDisabled) {
brewPIDDisabled = true;
bPID.SetMode(MANUAL);
LOGF(DEBUG, "disabled PID, waiting for %d seconds before enabling PID again", brewPIDDelay);
LOGF(DEBUG, "disabled PID, waiting for %.0f seconds before enabling PID again", brewPIDDelay);
}
}
else {
Expand Down

0 comments on commit 8776d8a

Please sign in to comment.