mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-05 21:45:17 -04:00
8bc7b93bc8
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 078c991574 to
an Errorf call to support the use of the %d token.