Skip to content

Commit

Permalink
Merge pull request #1990 from yeasy/fix_output
Browse files Browse the repository at this point in the history
fix output bug
  • Loading branch information
srderson committed Jun 24, 2016
2 parents bf2843e + b5190b7 commit 129a62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/container/dockercontroller/dockercontroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
// not support customize
hostConfig.Privileged = false

dockerLogger.Debug("Load docker HostConfig: %+v", hostConfig)
dockerLogger.Debugf("Load docker HostConfig: %+v", hostConfig)
}

func (vm *DockerVM) createContainer(ctxt context.Context, client *docker.Client, imageID string, containerID string, args []string, env []string, attachstdin bool, attachstdout bool) error {
Expand Down

0 comments on commit 129a62a

Please sign in to comment.