gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Missing part of ddac


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Missing part of ddac6d53713141068625b074da18dc306e0bd6fa
Date: Mon, 05 Jun 2017 19:49:52 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 1b71798d Missing part of ddac6d53713141068625b074da18dc306e0bd6fa
1b71798d is described below

commit 1b71798df8b8341b894dfc6223d01bd1cb8e83bd
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Jun 5 20:37:02 2017 +0300

    Missing part of ddac6d53713141068625b074da18dc306e0bd6fa
---
 src/microhttpd/connection.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 27a4efb3..21fe9aac 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2888,9 +2888,8 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
                   return MHD_YES;
 #ifdef HAVE_MESSAGES
                 MHD_DLOG (connection->daemon,
-                          _("Failed to send data in request for `%s': %s\n"),
-                          connection->url,
-                          MHD_socket_strerr_ (err));
+                          _("Failed to send data in request for `%s'.\n"),
+                          connection->url);
 #endif
                 CONNECTION_CLOSE_ERROR (connection,
                                         NULL);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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