From 29bd9f2620cff8cd6630185b75298b3683224d8a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 31 Oct 2012 14:24:02 +0000 Subject: error --- src/transport/plugin_transport_http_server.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3