gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30684 - gnunet/src/mesh
Date: Thu, 14 Nov 2013 13:01:56 +0100

Author: bartpolot
Date: 2013-11-14 13:01:56 +0100 (Thu, 14 Nov 2013)
New Revision: 30684

Modified:
   gnunet/src/mesh/gnunet-service-mesh_channel.c
Log:
- log


Modified: gnunet/src/mesh/gnunet-service-mesh_channel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_channel.c       2013-11-14 12:01:36 UTC 
(rev 30683)
+++ gnunet/src/mesh/gnunet-service-mesh_channel.c       2013-11-14 12:01:56 UTC 
(rev 30684)
@@ -1227,7 +1227,7 @@
   rel = fwd ? ch->dest_rel : ch->root_rel;
   ack = rel->mid_recv - 1;
   LOG (GNUNET_ERROR_TYPE_DEBUG,
-              "!!! Send DATA_ACK for %u\n",
+              " !! Send DATA_ACK for %u\n",
               ack);
 
   msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_DATA_ACK);
@@ -1258,7 +1258,9 @@
          copy->mid, delta, mask, msg.futures);
   }
   msg.mid = htonl (ack);
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "!!! final futures %llX\n", msg.futures);
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "!!! ACK for %u, futures %llX\n",
+       ack, msg.futures);
 
   GMCH_send_prebuilt_message (&msg.header, ch, !fwd);
   LOG (GNUNET_ERROR_TYPE_DEBUG, "send_data_ack END\n");
@@ -1709,7 +1711,7 @@
       break;
     }
     work = GNUNET_YES;
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "!!!  id %u\n", copy->mid);
+    LOG (GNUNET_ERROR_TYPE_DEBUG, " !!  id %u\n", copy->mid);
     next = copy->next;
     rel_message_free (copy, GNUNET_YES);
   }




reply via email to

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