Merge pull request #37052 from thaJeztah/fix-missing-name-in-message
Fix missing plugin name in message
This commit is contained in:
commit
8c66c01cd4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ func (d *Daemon) PluginIsNotPresent(name string) func(poll.LogT) poll.Result {
|
|||
if err != nil {
|
||||
return poll.Error(err)
|
||||
}
|
||||
return poll.Continue("plugin %q exists")
|
||||
return poll.Continue("plugin %q exists", name)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue