mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +00:00
Merge pull request #111634 from KunWuLuan/pluginmanager_cache_log_amend
docs(desired_state_of_world.go): log in desired_state_of_world.go seems to be wrong
This commit is contained in:
commit
33d9543ceb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user