mirror of https://github.com/docker/docs.git
add a whitespace in plugin's logging
Signed-off-by: allencloud <allen.sun@daocloud.io> (cherry picked from commit 97c77b7e0dd2eef23beca1180be93733a3a95e82) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
dbdd38e421
commit
8b72a21977
|
@ -252,7 +252,7 @@ func LookupWithCapability(name, capability string) (Plugin, error) {
|
||||||
|
|
||||||
// StateChanged updates daemon inter...
|
// StateChanged updates daemon inter...
|
||||||
func (pm *Manager) StateChanged(id string, e libcontainerd.StateInfo) error {
|
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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue