- having allowance too spare is not an error
authorBart Polot <bart@net.in.tum.de>
Mon, 15 Dec 2014 07:18:14 +0000 (07:18 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 15 Dec 2014 07:18:14 +0000 (07:18 +0000)
src/cadet/gnunet-service-cadet_tunnel.c

index 02c20f5f4d67278c56fae56f5d36df87b7c42d99..d08620500a379561e574d7008f8471ed6dc9d5c9 100644 (file)
@@ -3034,9 +3034,8 @@ GCT_send_connection_acks (struct CadetTunnel *t)
 
   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);
   }
 }