aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.c')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index c9c99866f..7315b607f 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -611,6 +611,8 @@ message_sent (void *cls,
611 { 611 {
612 GNUNET_break (type == GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN || 612 GNUNET_break (type == GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN ||
613 type == GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY); 613 type == GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY);
614 LOG (GNUNET_ERROR_TYPE_ERROR, "Message %s sent on NULL connection!\n",
615 GM_m2s (type));
614 return; 616 return;
615 } 617 }
616 LOG (GNUNET_ERROR_TYPE_DEBUG, " C_P- %p %u\n", c, c->pending_messages); 618 LOG (GNUNET_ERROR_TYPE_DEBUG, " C_P- %p %u\n", c, c->pending_messages);