Fix go vet errors

Signed-off-by: Chris Seto <chriskseto@gmail.com>
Upstream-commit: 04f76b67c9f0a4559ef91e24873f51b81c81b957
Component: engine
This commit is contained in:
Chris Seto
2015-07-25 16:58:19 -04:00
parent 441679c8ee
commit 861b01ab9e
2 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@ func makeTestContainer(c *check.C, options testContainerOptions) (containerID st
if status != 0 {
logs = "UNABLE TO GET LOGS"
}
c.Fatalf("failed to make test container, exit code (%d): %s", exitCode, logs)
c.Fatalf("failed to make test container, exit code (%s): %s", exitCode, logs)
}
return