aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index f6645f2fd..6d9b16c90 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4664,8 +4664,12 @@ queue_destroy (struct MeshPeerQueue *queue, int clear_cls)
4664 case GNUNET_MESSAGE_TYPE_MESH_UNICAST: 4664 case GNUNET_MESSAGE_TYPE_MESH_UNICAST:
4665 case GNUNET_MESSAGE_TYPE_MESH_MULTICAST: 4665 case GNUNET_MESSAGE_TYPE_MESH_MULTICAST:
4666 case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN: 4666 case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN:
4667 case GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE:
4668 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
4669 " prebuilt message\n");
4667 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 4670 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
4668 " type prebuilt (payload, tunnel destroy)\n"); 4671 " type %s\n",
4672 GNUNET_MESH_DEBUG_M2S(queue->type));
4669 dd = queue->cls; 4673 dd = queue->cls;
4670 data_descriptor_decrement_rc (dd->mesh_data); 4674 data_descriptor_decrement_rc (dd->mesh_data);
4671 break; 4675 break;