gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 81


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. 816458fde97a41082796eb8d3323047cc4f87935
Date: Fri, 18 Nov 2016 16:48:20 +0100 (CET)

The branch, master has been updated
       via  816458fde97a41082796eb8d3323047cc4f87935 (commit)
      from  b0311abe8d831d4af43c05c3c15ab2c770255cad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 816458fde97a41082796eb8d3323047cc4f87935
Author: Christian Grothoff <address@hidden>
Date:   Fri Nov 18 16:48:15 2016 +0100

    give a bit more context in log message

-----------------------------------------------------------------------

Summary of changes:
 src/microhttpd/connection.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index c0ebead..186e9dd 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2588,7 +2588,8 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
                   return MHD_YES;
 #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,


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]