commit b0311abe8d831d4af43c05c3c15ab2c770255cad
parent c8a751d079b28983e4dc380361db85b7d16674c8
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 18 Nov 2016 16:47:37 +0100
give a bit more context in log message
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/po/POTFILES.in b/po/POTFILES.in
@@ -16,6 +16,7 @@ src/examples/post_example.c
src/examples/querystring_example.c
src/examples/refuse_post_example.c
src/examples/timeout.c
+src/examples/upgrade_example.c
src/microhttpd/base64.c
src/microhttpd/basicauth.c
src/microhttpd/connection.c
@@ -28,6 +29,7 @@ src/microhttpd/memorypool.c
src/microhttpd/mhd_compat.c
src/microhttpd/mhd_itc.c
src/microhttpd/mhd_mono_clock.c
+src/microhttpd/mhd_sem.c
src/microhttpd/mhd_sockets.c
src/microhttpd/mhd_str.c
src/microhttpd/mhd_threads.c
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -2514,7 +2514,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
break;
#ifdef HAVE_MESSAGES
MHD_DLOG (connection->daemon,
- _("Failed to send data: %s\n"),
+ _("Failed to send data in request for %s: %s\n"),
+ connection->url,
MHD_socket_strerr_ (err));
#endif
CONNECTION_CLOSE_ERROR (connection,