aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-18 16:47:37 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-18 16:47:37 +0100
commitb0311abe8d831d4af43c05c3c15ab2c770255cad (patch)
treebdfc905dd386d8ad0b90e226715147b8c3502993
parentc8a751d079b28983e4dc380361db85b7d16674c8 (diff)
downloadlibmicrohttpd-b0311abe8d831d4af43c05c3c15ab2c770255cad.tar.gz
libmicrohttpd-b0311abe8d831d4af43c05c3c15ab2c770255cad.zip
give a bit more context in log message
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/microhttpd/connection.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f4fdac4d..1fda6ce6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,6 +16,7 @@ src/examples/post_example.c
16src/examples/querystring_example.c 16src/examples/querystring_example.c
17src/examples/refuse_post_example.c 17src/examples/refuse_post_example.c
18src/examples/timeout.c 18src/examples/timeout.c
19src/examples/upgrade_example.c
19src/microhttpd/base64.c 20src/microhttpd/base64.c
20src/microhttpd/basicauth.c 21src/microhttpd/basicauth.c
21src/microhttpd/connection.c 22src/microhttpd/connection.c
@@ -28,6 +29,7 @@ src/microhttpd/memorypool.c
28src/microhttpd/mhd_compat.c 29src/microhttpd/mhd_compat.c
29src/microhttpd/mhd_itc.c 30src/microhttpd/mhd_itc.c
30src/microhttpd/mhd_mono_clock.c 31src/microhttpd/mhd_mono_clock.c
32src/microhttpd/mhd_sem.c
31src/microhttpd/mhd_sockets.c 33src/microhttpd/mhd_sockets.c
32src/microhttpd/mhd_str.c 34src/microhttpd/mhd_str.c
33src/microhttpd/mhd_threads.c 35src/microhttpd/mhd_threads.c
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index e9613c4e..c0ebead5 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2514,7 +2514,8 @@ MHD_connection_handle_write (struct MHD_Connection *connection)
2514 break; 2514 break;
2515#ifdef HAVE_MESSAGES 2515#ifdef HAVE_MESSAGES
2516 MHD_DLOG (connection->daemon, 2516 MHD_DLOG (connection->daemon,
2517 _("Failed to send data: %s\n"), 2517 _("Failed to send data in request for %s: %s\n"),
2518 connection->url,
2518 MHD_socket_strerr_ (err)); 2519 MHD_socket_strerr_ (err));
2519#endif 2520#endif
2520 CONNECTION_CLOSE_ERROR (connection, 2521 CONNECTION_CLOSE_ERROR (connection,