X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jbsockets.c;h=f3f5750e0b5498137216c653d70910c25fd6b2b5;hp=ed9f9eae372b1f843bb6a333de564aae48a4bf0c;hb=60513e33c518dd45644143581976e601d4d6aa60;hpb=74f84988126c9680e5e05513a42016f0dbe6c185 diff --git a/jbsockets.c b/jbsockets.c index ed9f9eae..f3f5750e 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -1440,7 +1440,7 @@ int accept_connection(struct client_state * csp, jb_socket fds[]) { log_error(LOG_LEVEL_ERROR, "Server name (%s) and port number (%d) ASCII decimal representation" - "don't fit into %d bytes", + "don't fit into %lu bytes", host_addr, csp->config->hport[i], listen_addr_size); return 0; }