add a whitespace in plugin's logging

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 97c77b7e0dd2eef23beca1180be93733a3a95e82
Component: engine
This commit is contained in:
allencloud
2016-07-04 09:38:06 +08:00
parent fdcfb45adb
commit 9c0555f6e0

View File

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