proxy: Fix CI fail from format token in Error call
go vet caused a build fail in https://travis-ci.org/mholt/caddy/jobs/248392875: upstream_test.go:480::error: possible formatting directive in Error call (vet) This patch changes the Error call added in commit 078c9915 to an Errorf call to support the use of the %d token.
Showing
Please register or sign in to comment