aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index c0ebead5..186e9dd2 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2588,7 +2588,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
2588 return MHD_YES; 2588 return MHD_YES;
2589#ifdef HAVE_MESSAGES 2589#ifdef HAVE_MESSAGES
2590 MHD_DLOG (connection->daemon, 2590 MHD_DLOG (connection->daemon,
2591 _("Failed to send data: %s\n"), 2591 _("Failed to send data in request for `%s': %s\n"),
2592 connection->url,
2592 MHD_socket_strerr_ (err)); 2593 MHD_socket_strerr_ (err));
2593#endif 2594#endif
2594 CONNECTION_CLOSE_ERROR (connection, 2595 CONNECTION_CLOSE_ERROR (connection,