add a whitespace in plugin's logging

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-07-04 09:38:06 +08:00
parent 92766c4b83
commit 97c77b7e0d
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...
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
}