aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_core.c')
-rw-r--r--src/transport/transport_api_core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport_api_core.c b/src/transport/transport_api_core.c
index a693cb889..c99ade92f 100644
--- a/src/transport/transport_api_core.c
+++ b/src/transport/transport_api_core.c
@@ -447,7 +447,8 @@ mq_send_impl (struct GNUNET_MQ_Handle *mq,
447 GNUNET_MQ_send (h->mq, 447 GNUNET_MQ_send (h->mq,
448 n->env); 448 n->env);
449 LOG (GNUNET_ERROR_TYPE_DEBUG, 449 LOG (GNUNET_ERROR_TYPE_DEBUG,
450 "Queued message for neighbour `%s'.\n", 450 "Queued message of type %u for neighbour `%s'.\n",
451 ntohs (msg->type),
451 GNUNET_i2s (&n->id)); 452 GNUNET_i2s (&n->id));
452} 453}
453 454