Skip to content

Commit

Permalink
Merge pull request #230 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…29-to-release-0.9

[release-0.9] Fix log message
  • Loading branch information
openshift-merge-bot[bot] authored Jul 5, 2024
2 parents 5f01d22 + 280e8f4 commit 77ee799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reboot/calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (r *calculator) GetRebootDuration(ctx context.Context, node *v1.Node) (time
specRebootDurationSeconds := r.snrConfig.Spec.SafeTimeToAssumeNodeRebootedSeconds
if specRebootDurationSeconds == nil {
r.log.Info("No SafeTimeToAssumeNodeRebootedSeconds specified, using calculated minimum safe reboot time",
"calculated minimum time in seconds", minimumCalculatedRebootDuration)
"calculated minimum time in seconds", minimumCalculatedRebootDuration.Seconds())
return minimumCalculatedRebootDuration, nil
}

Expand Down

0 comments on commit 77ee799

Please sign in to comment.