Skip to content
Open
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 container/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func InitializePlugins(factory info.MachineInfoFactory, fsInfo fs.FsInfo, includ
if err != nil {
klog.Infof("Registration of the %s container factory failed: %v", name, err)
} else {
klog.Infof("Registration of the %s container factory successfully", name)
klog.Infof("Registration of the %s container factory succeeded", name)
}
if watcher != nil {
containerWatchers = append(containerWatchers, watcher)
Expand Down