gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35689 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r35689 - gnunet/src/cadet
Date: Thu, 30 Apr 2015 13:00:33 +0200

Author: bartpolot
Date: 2015-04-30 13:00:33 +0200 (Thu, 30 Apr 2015)
New Revision: 35689

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- fix debug msgs, mark tripped break

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-04-30 11:00:31 UTC 
(rev 35688)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-04-30 11:00:33 UTC 
(rev 35689)
@@ -1650,7 +1650,7 @@
     {
       /* The other peer confirmed this connection,
        * they should not try to duplicate it. */
-      GNUNET_break_op (0);
+      GNUNET_break_op (0); /* FIXME */
       return GNUNET_YES;
     }
 
@@ -2558,7 +2558,7 @@
 {
   unsigned int buffer;
 
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "GMC send %s ACK on %s\n",
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "GCC send %s ACK on %s\n",
        GC_f2s (fwd), GCC_2s (c));
 
   if (NULL == c)
@@ -3276,7 +3276,7 @@
 void
 GCC_cancel (struct CadetConnectionQueue *q)
 {
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "!  GMC cancel message\n");
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "!  GCC cancel message\n");
 
   /* queue destroy calls message_sent, which calls q->cont and frees q */
   GCP_queue_destroy (q->q, GNUNET_YES, GNUNET_NO, 0);




reply via email to

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