X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.c;h=4207cb7c28ea7567de9ac84e2d3dc9a65d8de5aa;hp=67219537da4dd82094c1a9b68e07b821118ea126;hb=3cc55dad1b9d96de47176ea913ca32f6d6f70065;hpb=fac48065f627c1f0faf80c86b2b64615e6f92b36 diff --git a/gateway.c b/gateway.c index 67219537..4207cb7c 100644 --- a/gateway.c +++ b/gateway.c @@ -1193,7 +1193,7 @@ static jb_socket socks5_connect(const struct forward_spec *fwd, header_length= strlen(client_headers); log_error(LOG_LEVEL_CONNECT, - "Optimistically sending %d bytes of client headers intended for %s", + "Optimistically sending %lu bytes of client headers intended for %s", header_length, csp->http->hostport); if (write_socket(sfd, client_headers, header_length))