Skip to content

Commit

Permalink
Merge pull request #2059 from panslava/fix-logs-typo
Browse files Browse the repository at this point in the history
Fix small logs typo
  • Loading branch information
k8s-ci-robot authored Apr 6, 2023
2 parents 6397325 + 8eb76d7 commit ed70041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/psc/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ func (c *Controller) processServiceAttachment(key string) error {
// resource has successfully been deleted, the finalizer is removed from the service attachment
// cr.
func (c *Controller) garbageCollectServiceAttachments() {
klog.V(2).Infof("Staring Service Attachment Garbage Collection")
klog.V(2).Infof("Starting Service Attachment Garbage Collection")
defer func() {
klog.V(2).Infof("Finished Service Attachment Garbage Collection")
metrics.PublishLastProcessTimestampMetrics(metrics.GCProcess)
Expand Down

0 comments on commit ed70041

Please sign in to comment.