Correct vet warnings
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
437c971e8c
commit
102fb10fde
3 changed files with 5 additions and 5 deletions
|
@ -135,7 +135,7 @@ high performance container runtime
|
|||
ctx = log.WithModule(ctx, "execution")
|
||||
ctx = events.WithPoster(ctx, events.GetNATSPoster(nec))
|
||||
default:
|
||||
fmt.Println("Unknown type: %#v", info.Server)
|
||||
fmt.Printf("Unknown type: %#v\n", info.Server)
|
||||
}
|
||||
return handler(ctx, req)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue