aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }