gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34606 - gnunet/src/cadet
Date: Mon, 15 Dec 2014 08:18:14 +0100

Author: bartpolot
Date: 2014-12-15 08:18:14 +0100 (Mon, 15 Dec 2014)
New Revision: 34606

Modified:
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
- having allowance too spare is not an error

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-12-15 07:18:13 UTC 
(rev 34605)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-12-15 07:18:14 UTC 
(rev 34606)
@@ -3034,9 +3034,8 @@
 
   if (0 != to_allow)
   {
-    GNUNET_break (0);
-    GCT_debug (t, GNUNET_ERROR_TYPE_WARNING);
-    LOG (GNUNET_ERROR_TYPE_WARNING, "  reminding to_allow: %u\n", to_allow);
+    /* Since we don't allow if it's allowed to send 64/3, this can happen. */
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "  reminding to_allow: %u\n", to_allow);
   }
 }
 




reply via email to

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