Explorar o código

add a whitespace in plugin's logging

Signed-off-by: allencloud <allen.sun@daocloud.io>
allencloud %!s(int64=9) %!d(string=hai) anos
pai
achega
97c77b7e0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/manager.go

+ 1 - 1
plugin/manager.go

@@ -252,7 +252,7 @@ func LookupWithCapability(name, capability string) (Plugin, error) {
 
 
 // StateChanged updates daemon inter...
 // StateChanged updates daemon inter...
 func (pm *Manager) StateChanged(id string, e libcontainerd.StateInfo) error {
 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
 	return nil
 }
 }