mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add a whitespace in plugin's logging
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
92766c4b83
commit
97c77b7e0d
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ func LookupWithCapability(name, capability string) (Plugin, error) {
|
|||
|
||||
// StateChanged updates daemon inter...
|
||||
func (pm *Manager) StateChanged(id string, e libcontainerd.StateInfo) error {
|
||||
logrus.Debugf("plugin statechanged %s %#v", id, e)
|
||||
logrus.Debugf("plugin state changed %s %#v", id, e)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue