aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-31 14:24:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-31 14:24:02 +0000
commit29bd9f2620cff8cd6630185b75298b3683224d8a (patch)
tree289473a34c1a2b4dfc3d43eaca8def9a34062d41 /src/transport/plugin_transport_http_server.c
parentd9d1845736f8e2006561eb1451b07eb7ad4f9a00 (diff)
downloadgnunet-29bd9f2620cff8cd6630185b75298b3683224d8a.tar.gz
gnunet-29bd9f2620cff8cd6630185b75298b3683224d8a.zip
error
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c4
1 files changed, 4 insertions, 0 deletions
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,
527 } 527 }
528 if (NULL == session->server_send) 528 if (NULL == session->server_send)
529 { 529 {
530 GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, session->plugin->name,
531 "Session %p/connection %p: Sending message with %u bytes to peer `%s' with FAILED\n",
532 session, session->server_send,
533 msgbuf_size, GNUNET_i2s (&session->target));
530 GNUNET_break (0); 534 GNUNET_break (0);
531 return GNUNET_SYSERR; 535 return GNUNET_SYSERR;
532 } 536 }