mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-05 01:08:41 +08:00

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 078c991574647c27 to an Errorf call to support the use of the %d token.