gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28070 - gnunet/src/mesh
Date: Tue, 16 Jul 2013 01:00:42 +0200

Author: bartpolot
Date: 2013-07-16 01:00:42 +0200 (Tue, 16 Jul 2013)
New Revision: 28070

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

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2013-07-15 22:37:33 UTC (rev 
28069)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2013-07-15 23:00:42 UTC (rev 
28070)
@@ -2172,13 +2172,13 @@
   prev_fc = fwd ? &t->prev_fc : &t->next_fc;
   hop     = fwd ? t->prev_hop : t->next_hop;
 
-  /* Is it after unicast retransmission? */
   switch (type)
   {
     case GNUNET_MESSAGE_TYPE_MESH_UNICAST:
     case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN:
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                  "ACK due to DATA retransmission\n");
+                  "ACK due to %s\n",
+                  GNUNET_MESH_DEBUG_M2S (type));
       if (GNUNET_YES == t->nobuffer)
       {
         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Not sending ACK, nobuffer\n");




reply via email to

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