aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_core.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-19 20:31:12 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-19 20:31:12 +0100
commit3902d240e408e85f08d9c444356eb18fc6ea44e7 (patch)
treea92c4b953d8a719ebb8a9f567d053352bff9933b /src/transport/transport_api_core.c
parent8802f213c67692abebebdf9fe2d4a77afe2b1fcb (diff)
downloadgnunet-3902d240e408e85f08d9c444356eb18fc6ea44e7.tar.gz
gnunet-3902d240e408e85f08d9c444356eb18fc6ea44e7.zip
mostly logging, avoid having more than one typemap in transmission queue, accept port=0 as not an error, tolerate link-local addrs
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