Merge pull request #24293 from allencloud/add-whitespace-in-log

add a whitespace in plugin's logging
This commit is contained in:
Vincent Demeester 2016-07-04 08:53:43 +02:00 committed by GitHub
commit c49b0a4b8b

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
}