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. b0


From: gitolite
Subject: [GNUnet-SVN] [libmicrohttpd] GNU libmicrohttpd branch master updated. b0311abe8d831d4af43c05c3c15ab2c770255cad
Date: Fri, 18 Nov 2016 16:47:39 +0100 (CET)

The branch, master has been updated
       via  b0311abe8d831d4af43c05c3c15ab2c770255cad (commit)
      from  c8a751d079b28983e4dc380361db85b7d16674c8 (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 b0311abe8d831d4af43c05c3c15ab2c770255cad
Author: Christian Grothoff <address@hidden>
Date:   Fri Nov 18 16:47:37 2016 +0100

    give a bit more context in log message

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

Summary of changes:
 po/POTFILES.in              | 2 ++
 src/microhttpd/connection.c | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index f4fdac4..1fda6ce 100644
--- 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
index e9613c4..c0ebead 100644
--- 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,


hooks/post-receive
-- 
GNU libmicrohttpd



reply via email to

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