Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: fix debug log formatting (thanos-io#7614)
Before the change: ``` ... msg="maxprocs: No GOMAXPROCS change to reset%!(EXTRA []interface {}=[]) ``` After this change: ``` ... msg="maxprocs: No GOMAXPROCS change to reset" ``` Signed-off-by: Simon Pasquier <[email protected]>
- Loading branch information