gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31450 - gnunet/src/mesh
Date: Tue, 17 Dec 2013 00:07:24 +0100

Author: bartpolot
Date: 2013-12-17 00:07:24 +0100 (Tue, 17 Dec 2013)
New Revision: 31450

Modified:
   gnunet/src/mesh/gnunet-service-mesh_peer.c
Log:
- logs


Modified: gnunet/src/mesh/gnunet-service-mesh_peer.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-12-16 22:59:17 UTC (rev 
31449)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-12-16 23:07:24 UTC (rev 
31450)
@@ -757,8 +757,6 @@
  * @param buf Where the to write the message.
  *
  * @return number of bytes written to buf
- *
- * FIXME add GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE
  */
 static size_t
 queue_send (void *cls, size_t size, void *buf)
@@ -770,7 +768,8 @@
   size_t data_size;
 
   peer->core_transmit = NULL;
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "* Queue send (max %u)\n", size);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "* Queue send towards %s (max %u)\n",
+       GMP_2s (peer), size);
 
   if (NULL == buf || 0 == size)
   {
@@ -788,7 +787,6 @@
   c = queue->c;
 
   dst_id = GNUNET_PEER_resolve2 (peer->id);
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "*   towards %s\n", GNUNET_i2s (dst_id));
   LOG (GNUNET_ERROR_TYPE_DEBUG, "*   on connection %s\n", GMC_2s (c));
   /* Check if buffer size is enough for the message */
   if (queue->size > size)




reply via email to

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