From 45988c7de1d36d7d371d1eead4f3a9b52b6e7cf7 Mon Sep 17 00:00:00 2001 From: Louis Laureys Date: Wed, 26 Mar 2025 00:22:14 +0100 Subject: [PATCH] Fix grammar mistake in factory logging --- container/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/factory.go b/container/factory.go index dfe6de6437..02d7e1da2f 100644 --- a/container/factory.go +++ b/container/factory.go @@ -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)