X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssl_common.c;h=c7bd538aab8b8fc9c05ed33ce0676f4210e60e1c;hp=6ad59241c3a87ac02dfb91fb1ca2ead0be163be0;hb=36bed44da8971c4b75627ec86cc41163bfde81ae;hpb=74f84988126c9680e5e05513a42016f0dbe6c185 diff --git a/ssl_common.c b/ssl_common.c index 6ad59241..c7bd538a 100644 --- a/ssl_common.c +++ b/ssl_common.c @@ -413,7 +413,7 @@ extern void ssl_send_certificate_error(struct client_state *csp) log_error(LOG_LEVEL_CRUNCH, "Certificate error: %s: https://%s%s", reason, csp->http->hostport, csp->http->path); - log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s https://%s%s %s\" 200 %u", + log_error(LOG_LEVEL_CLF, "%s - - [%T] \"%s https://%s%s %s\" 200 %lu", csp->ip_addr_str, csp->http->gpc, csp->http->hostport, csp->http->path, csp->http->version, message_len-head_length);