[Privoxy-commits] [privoxy] 03/11: listen_loop(): Improve an error message
User Git
git at git.privoxy.org
Thu Nov 16 14:27:12 CET 2023
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 87e7e394a454d8b083a420fdbd89a65b0ac4db62
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Oct 16 21:09:07 2023 +0200
listen_loop(): Improve an error message
---
jcc.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jcc.c b/jcc.c
index 4b69424b..5c1b882c 100644
--- a/jcc.c
+++ b/jcc.c
@@ -6269,7 +6269,8 @@ static void listen_loop(void)
if (!accept_connection(csp, bfds))
{
- log_error(LOG_LEVEL_CONNECT, "accept failed: %E");
+ log_error(LOG_LEVEL_CONNECT,
+ "Failed to accept() incoming connection: %E");
freez(csp_list);
continue;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list