Skip to content

Commit

Permalink
Merge pull request #229 from slintes/fix-log-message
Browse files Browse the repository at this point in the history
Fix log message
  • Loading branch information
openshift-merge-bot[bot] authored Jul 5, 2024
2 parents 4fbdb82 + db370ff commit 9238c04
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 9238c04

Please sign in to comment.