From: Matthias Wachs Date: Wed, 31 Oct 2012 14:24:02 +0000 (+0000) Subject: error X-Git-Tag: initial-import-from-subversion-38251~11112 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29bd9f2620cff8cd6630185b75298b3683224d8a;p=oweals%2Fgnunet.git error --- diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c index a8731907e..7e585ba04 100644 --- a/src/transport/plugin_transport_http_server.c +++ b/src/transport/plugin_transport_http_server.c @@ -527,6 +527,10 @@ http_server_plugin_send (void *cls, } if (NULL == session->server_send) { + GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, session->plugin->name, + "Session %p/connection %p: Sending message with %u bytes to peer `%s' with FAILED\n", + session, session->server_send, + msgbuf_size, GNUNET_i2s (&session->target)); GNUNET_break (0); return GNUNET_SYSERR; }