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:
allencloud 2016-07-04 09:38:06 +08:00 committed by Tibor Vass
parent dbdd38e421
commit 8b72a21977
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }