gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28308 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r28308 - gnunet/src/mesh
Date: Wed, 24 Jul 2013 16:14:03 +0200

Author: dold
Date: 2013-07-24 16:14:03 +0200 (Wed, 24 Jul 2013)
New Revision: 28308

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- format string


Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2013-07-24 14:03:37 UTC (rev 28307)
+++ gnunet/src/mesh/mesh_api.c  2013-07-24 14:14:03 UTC (rev 28308)
@@ -1723,7 +1723,7 @@
   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 @@
   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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]