X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gateway.c;h=4207cb7c28ea7567de9ac84e2d3dc9a65d8de5aa;hb=833a71b634dbcaffc39bdd24f6a5f4614bb1c24b;hp=67219537da4dd82094c1a9b68e07b821118ea126;hpb=fac48065f627c1f0faf80c86b2b64615e6f92b36;p=privoxy.git 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))