mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 13:05:17 +00:00
fix: use the right kind in getRestartableProcess logger
Signed-off-by: Yuval Manor <yuvalman958@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ func (m *manager) getRestartableProcess(kind framework.PluginKind, name string)
|
||||
defer m.lock.Unlock()
|
||||
|
||||
logger := m.logger.WithFields(logrus.Fields{
|
||||
"kind": framework.PluginKindObjectStore.String(),
|
||||
"kind": kind.String(),
|
||||
"name": name,
|
||||
})
|
||||
logger.Debug("looking for plugin in registry")
|
||||
|
||||
Reference in New Issue
Block a user