Skip to content

Commit

Permalink
fix typo maintenance of log message
Browse files Browse the repository at this point in the history
Signed-off-by: Karthick Udayakumar <kudayakumar@vmware.com>
  • Loading branch information
Karthick Udayakumar committed Jan 18, 2024
1 parent 6a4c661 commit 198fbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/backup_repository_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (r *BackupRepoReconciler) getRepositoryMaintenanceFrequency(req *velerov1ap
r.logger.WithError(err).WithField("returned frequency", frequency).Warn("Failed to get maitanance frequency, use the default one")
frequency = defaultMaintainFrequency
} else {
r.logger.WithField("frequency", frequency).Info("Set matainenance according to repository suggestion")
r.logger.WithField("frequency", frequency).Info("Set maintenance according to repository suggestion")
}

return frequency
Expand Down

0 comments on commit 198fbf6

Please sign in to comment.