From ccb8b2ebc36ddb56f9866cfc2ef3dd28a0d1a3d3 Mon Sep 17 00:00:00 2001 From: KunWuLuan Date: Tue, 2 Aug 2022 20:47:44 +0800 Subject: [PATCH] docs(desired_state_of_world.go): log in desired_state_of_world.go seems to be wrong --- pkg/kubelet/pluginmanager/cache/desired_state_of_world.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/pluginmanager/cache/desired_state_of_world.go b/pkg/kubelet/pluginmanager/cache/desired_state_of_world.go index a190e7707a0..46d1c7d7653 100644 --- a/pkg/kubelet/pluginmanager/cache/desired_state_of_world.go +++ b/pkg/kubelet/pluginmanager/cache/desired_state_of_world.go @@ -128,7 +128,7 @@ func (dsw *desiredStateOfWorld) AddOrUpdatePlugin(socketPath string) error { return fmt.Errorf("socket path is empty") } if _, ok := dsw.socketFileToInfo[socketPath]; ok { - klog.V(2).InfoS("Plugin exists in actual state cache, timestamp will be updated", "path", socketPath) + klog.V(2).InfoS("Plugin exists in desired state cache, timestamp will be updated", "path", socketPath) } // Update the PluginInfo object.