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:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user