Skip to content

Commit

Permalink
fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed May 21, 2022
1 parent c89361f commit 01e8de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func (f *fanController) restorePwmEnabled() {

err := f.setPwm(f.originalPwmValue)
if err != nil {
ui.Warning("Error restoring original PWM value for fan %s: %v", err)
ui.Warning("Error restoring original PWM value for fan %s: %v", f.fan.GetId(), err)
}

// try to reset the pwm_enable value
Expand Down

0 comments on commit 01e8de7

Please sign in to comment.