error
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 31 Oct 2012 14:24:02 +0000 (14:24 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 31 Oct 2012 14:24:02 +0000 (14:24 +0000)
src/transport/plugin_transport_http_server.c

index a8731907eafe7f3892a6b6ead986bcdde748e2f2..7e585ba04c2d271facc95a28ab686845cf40146c 100644 (file)
@@ -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;
   }