Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cvo/sync_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func (w *SyncWorker) NotifyAboutManagedResourceActivity(obj interface{}, message
case w.notify <- message:
klog.V(2).Infof("Notify the sync worker: %s", message)
default:
klog.V(2).Info("The sync worker already has a pending notification, so do not notify about:no need to inform about: %s", message)
klog.V(2).Infof("The sync worker already has a pending notification, so no need to inform about: %s", message)
}
}

Expand Down