Browse code

add a whitespace in plugin's logging

Signed-off-by: allencloud <allen.sun@daocloud.io>
(cherry picked from commit 97c77b7e0dd2eef23beca1180be93733a3a95e82)
Signed-off-by: Tibor Vass <tibor@docker.com>

allencloud authored on 2016/07/04 10:38:06
Showing 1 changed files
... ...
@@ -252,7 +252,7 @@ func LookupWithCapability(name, capability string) (Plugin, error) {
252 252
 
253 253
 // StateChanged updates daemon inter...
254 254
 func (pm *Manager) StateChanged(id string, e libcontainerd.StateInfo) error {
255
-	logrus.Debugf("plugin statechanged %s %#v", id, e)
255
+	logrus.Debugf("plugin state changed %s %#v", id, e)
256 256
 
257 257
 	return nil
258 258
 }