libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 1b71798df8b8341b894dfc6223d01bd1cb8e83bd
parent ddac6d53713141068625b074da18dc306e0bd6fa
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon,  5 Jun 2017 20:37:02 +0300

Missing part of ddac6d53713141068625b074da18dc306e0bd6fa

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

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c @@ -2888,9 +2888,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection) return MHD_YES; #ifdef HAVE_MESSAGES MHD_DLOG (connection->daemon, - _("Failed to send data in request for `%s': %s\n"), - connection->url, - MHD_socket_strerr_ (err)); + _("Failed to send data in request for `%s'.\n"), + connection->url); #endif CONNECTION_CLOSE_ERROR (connection, NULL);