[Privoxy-commits] [privoxy] 08/11: create_client_ssl_connection(): Make it more obviours from an error message that a function failed
User Git
git at git.privoxy.org
Thu Nov 16 14:27:17 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 df9bb742121a74f8b2bc2b7cfb4bb7e17d4e5149
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Oct 30 21:13:50 2023 +0100
create_client_ssl_connection(): Make it more obviours from an error message that a function failed
---
openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/openssl.c b/openssl.c
index 4b1fceb5..39f46531 100644
--- a/openssl.c
+++ b/openssl.c
@@ -803,7 +803,7 @@ extern int create_client_ssl_connection(struct client_state *csp)
if (ret < 0)
{
log_error(LOG_LEVEL_ERROR,
- "generate_host_certificate failed: %d", ret);
+ "generate_host_certificate() failed: %d", ret);
ret = -1;
goto exit;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list