aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-18 16:48:15 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-18 16:48:15 +0100
commit816458fde97a41082796eb8d3323047cc4f87935 (patch)
tree108a4bb21673afc0f65acb3a976c7882d5efb2d2
parentb0311abe8d831d4af43c05c3c15ab2c770255cad (diff)
downloadlibmicrohttpd-816458fde97a41082796eb8d3323047cc4f87935.tar.gz
libmicrohttpd-816458fde97a41082796eb8d3323047cc4f87935.zip
give a bit more context in log message
-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,