From: Florian Dold Date: Wed, 24 Jul 2013 14:14:03 +0000 (+0000) Subject: - format string X-Git-Tag: initial-import-from-subversion-38251~8079 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7724d966f60eca0cb2e68e4d6a7a08f2ae8d80c;hp=5f798e50691f1fe2446ee89d6007ae068513c120;p=oweals%2Fgnunet.git - format string --- diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 230d5bbbf..5daad36e2 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -1723,7 +1723,7 @@ mesh_mq_ntr (void *cls, size_t size, uint16_t msize; GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "mesh-mq", - "writing message (t: %s, s: %s) to buffer\n", + "writing message (t: %u, s: %u) to buffer\n", ntohs (msg->type), ntohs (msg->size)); state->th = NULL; @@ -1757,7 +1757,7 @@ mesh_mq_send_impl (struct GNUNET_MQ_Handle *mq, GNUNET_assert (NULL == state->th); GNUNET_MQ_impl_send_commit (mq); GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "mesh-mq", - "calling ntr for message (t: %s, s: %s)\n", + "calling ntr for message (t: %u, s: %u)\n", ntohs (msg->type), ntohs (msg->size)); state->th = GNUNET_MESH_notify_transmit_ready (state->tunnel,