mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Merge pull request #4822 from yuvalman/patch-1
fix: use the right kind in getRestartableProcess logger
This commit is contained in:
@@ -107,7 +107,7 @@ func (m *manager) getRestartableProcess(kind framework.PluginKind, name string)
|
|||||||
defer m.lock.Unlock()
|
defer m.lock.Unlock()
|
||||||
|
|
||||||
logger := m.logger.WithFields(logrus.Fields{
|
logger := m.logger.WithFields(logrus.Fields{
|
||||||
"kind": framework.PluginKindObjectStore.String(),
|
"kind": kind.String(),
|
||||||
"name": name,
|
"name": name,
|
||||||
})
|
})
|
||||||
logger.Debug("looking for plugin in registry")
|
logger.Debug("looking for plugin in registry")
|
||||||
|
|||||||
Reference in New Issue
Block a user