1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix log output when don't use formatted

Signed-off-by: gaozhenhai <gaozh1988@live.com>
This commit is contained in:
Zhenhai Gao 2018-11-24 15:10:59 +08:00
parent 0b7cb16dde
commit b466101d43

View file

@ -40,7 +40,7 @@ func xmain() error {
}
func handle(workerImageDigest string, executor testChunkExecutor) error {
log.Printf("Waiting for a funker request")
log.Print("Waiting for a funker request")
return funker.Handle(func(args *types.Args) types.Result {
log.Printf("Executing chunk %d, contains %d test filters",
args.ChunkID, len(args.Tests))