X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=blobdiff_plain;f=jbsockets.c;h=1c4db6830986d0704f112ef8c4a9a430a8064ce2;hb=35cea5679be6cc1201bfc79e58a8388259e3c4a2;hp=ca1c26f78b2a56deb2c236864a54eecf2e1d5293;hpb=721312f2b1f91372ddd7b5ae8994e997a67992f2;p=privoxy.git diff --git a/jbsockets.c b/jbsockets.c index ca1c26f7..1c4db683 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -7,7 +7,7 @@ * OS-independent. Contains #ifdefs to make this work * on many platforms. * - * Copyright : Written by and Copyright (C) 2001-2017 the + * Copyright : Written by and Copyright (C) 2001-2022 the * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -1439,7 +1439,7 @@ int accept_connection(struct client_state * csp, jb_socket fds[]) if ((-1 == retval) || listen_addr_size <= retval) { log_error(LOG_LEVEL_ERROR, - "Server name (%s) and port number (%d) ASCII decimal representation" + "Server name (%s) and port number (%d) ASCII decimal representation " "don't fit into %lu bytes", host_addr, csp->config->hport[i], listen_addr_size); return 0;