[Privoxy-commits] [privoxy] 03/04: accept_connection(): Add missing space to a log message

User Git git at git.privoxy.org
Sun Oct 16 11:36:47 CEST 2022


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit d801812e44370046096793b7c72d1346286c9dcc
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Oct 16 11:30:25 2022 +0200

    accept_connection(): Add missing space to a log message
---
 jbsockets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jbsockets.c b/jbsockets.c
index ca1c26f7..5469e99d 100644
--- a/jbsockets.c
+++ b/jbsockets.c
@@ -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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list