gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30995 - gnunet/src/mesh
Date: Sat, 30 Nov 2013 04:19:51 +0100

Author: bartpolot
Date: 2013-11-30 04:19:51 +0100 (Sat, 30 Nov 2013)
New Revision: 30995

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-30 02:17:07 UTC 
(rev 30994)
+++ gnunet/src/mesh/gnunet-service-mesh_channel.c       2013-11-30 03:19:51 UTC 
(rev 30995)
@@ -737,6 +737,7 @@
     case GNUNET_MESSAGE_TYPE_MESH_DATA_ACK:
     case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_CREATE:
     case GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK:
+      LOG (GNUNET_ERROR_TYPE_DEBUG, "!!! SENT %s\n", GM_m2s (type));
       rel = ch_q->rel;
       GNUNET_assert (rel->uniq == ch_q);
       rel->uniq = NULL;
@@ -2149,6 +2150,8 @@
              * the timer for the next one.
              */
             GNUNET_free (q);
+            LOG (GNUNET_ERROR_TYPE_DEBUG,
+                 "  exisitng copy not yet transmitted!\n");
             return;
           }
           LOG (GNUNET_ERROR_TYPE_DEBUG,




reply via email to

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