gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r23257 - gnunet/src/mesh
Date: Thu, 16 Aug 2012 16:00:01 +0200

Author: bartpolot
Date: 2012-08-16 16:00:01 +0200 (Thu, 16 Aug 2012)
New Revision: 23257

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
- debug

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2012-08-16 10:41:59 UTC (rev 23256)
+++ gnunet/src/mesh/mesh_api.c  2012-08-16 14:00:01 UTC (rev 23257)
@@ -684,6 +684,9 @@
 {
   struct GNUNET_MESH_LocalAck msg;
 
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "Sending ACK on tunnel %X: %u\n",
+       t->tid, t->pid + 1);
   msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_LOCAL_ACK);
   msg.header.size = htons (sizeof (msg));
   msg.tunnel_id = htonl (t->tid);
@@ -1097,6 +1100,7 @@
   if (NULL == t)
   {
     /* Tunnel was ignored, probably service didn't get it yet */
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "  ignored!\n");
     return GNUNET_YES;
   }
   type = ntohs (payload->type);




reply via email to

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