[Privoxy-commits] [privoxy] 02/04: bind_port(): Add period to a log message

User Git git at git.privoxy.org
Sun Oct 16 11:36:46 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 721312f2b1f91372ddd7b5ae8994e997a67992f2
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sun Oct 16 11:13:44 2022 +0200

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

diff --git a/jbsockets.c b/jbsockets.c
index e26bc62d..ca1c26f7 100644
--- a/jbsockets.c
+++ b/jbsockets.c
@@ -912,7 +912,7 @@ int bind_port(const char *hostnam, int portnum, int backlog, jb_socket *pfd)
    if ((-1 == retval) || (sizeof(servnam) <= retval))
    {
       log_error(LOG_LEVEL_ERROR,
-         "Port number (%d) ASCII decimal representation doesn't fit into 6 bytes",
+         "Port number (%d) ASCII decimal representation doesn't fit into 6 bytes.",
          portnum);
       return -1;
    }

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


More information about the Privoxy-commits mailing list