X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=gateway.c;fp=gateway.c;h=67219537da4dd82094c1a9b68e07b821118ea126;hp=a805a8fbbdf7833379dd8489a6970ca348b6438c;hb=fac48065f627c1f0faf80c86b2b64615e6f92b36;hpb=e4bb29e3bfe12d779f7d3b2a95ece907d0725ede diff --git a/gateway.c b/gateway.c index a805a8fb..67219537 100644 --- a/gateway.c +++ b/gateway.c @@ -493,7 +493,7 @@ static jb_socket get_reusable_connection(const struct http_request *http, reusable_connection[slot].in_use = TRUE; sfd = reusable_connection[slot].sfd; log_error(LOG_LEVEL_CONNECT, - "Found reusable socket %d for %s:%d in slot %d. Timestamp made %d " + "Found reusable socket %d for %s:%d in slot %d. Timestamp made %ld " "seconds ago. Timeout: %d. Latency: %d. Requests served: %d", sfd, reusable_connection[slot].host, reusable_connection[slot].port, slot, time(NULL) - reusable_connection[slot].timestamp,