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:
parent
0b7cb16dde
commit
b466101d43
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue