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

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

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
}