Fix log formatting error caught by `go vet ./...`.

gddo-server/main.go:257: possible formatting directive in Print call.
Make one log.Printf call consistent with all others by not adding \n at
the end (it's a noop, because log package always adds a \n at the end
if it's missing anyway).
1 file changed