Skip to content

Commit

Permalink
add a whitespace in plugin's logging
Browse files Browse the repository at this point in the history
Signed-off-by: allencloud <allen.sun@daocloud.io>
  • Loading branch information
allencloud committed Jul 4, 2016
1 parent 92766c4 commit 97c77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 97c77b7

Please sign in to comment.