aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-11 15:30:32 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-11 15:30:32 +0000
commit8b2a06b204e2af48803b852692d784649437bec3 (patch)
treeaac6baa17bdbe3787b163a5f4822b9e5fee8a326 /src/mesh
parent63e22c69562d3691c02e06dc08f9626eafc2f650 (diff)
downloadgnunet-8b2a06b204e2af48803b852692d784649437bec3.tar.gz
gnunet-8b2a06b204e2af48803b852692d784649437bec3.zip
- verbose error
Diffstat (limited to 'src/mesh')
-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);