libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 4e6aa42c6986cd7f7b89c54e4886f558b44944e7
parent 44b8301813d3d3975478028663fd3d5899c0bb94
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun,  4 May 2025 13:53:08 +0200

tls_open_funcs: use correct log printing

Diffstat:
Msrc/mhd2/tls_open_funcs.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/mhd2/tls_open_funcs.c b/src/mhd2/tls_open_funcs.c @@ -297,9 +297,8 @@ daemon_init_lib_ctx (struct MHD_Daemon *restrict d, { mhd_DBG_PRINT_TLS_ERRS (); fallback_config = true; - mhd_LOG_PRINT (d, MHD_SC_TLS_LIB_CONF_WARNING, \ - mhd_LOG_FMT ("Failed to load configuration file " \ - "default section")); + mhd_LOG_MSG (d, MHD_SC_TLS_LIB_CONF_WARNING, \ + "Failed to load configuration file default section"); libctx_inited = (0 < CONF_modules_load (conf,