gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36301 - gnunet/src/cadet
Date: Thu, 3 Sep 2015 20:04:03 +0200

Author: bartpolot
Date: 2015-09-03 20:04:03 +0200 (Thu, 03 Sep 2015)
New Revision: 36301

Modified:
   gnunet/src/cadet/gnunet-service-cadet_local.c
   gnunet/src/cadet/gnunet-service-cadet_peer.c
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
- log

Modified: gnunet/src/cadet/gnunet-service-cadet_local.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_local.c       2015-09-03 18:04:02 UTC 
(rev 36300)
+++ gnunet/src/cadet/gnunet-service-cadet_local.c       2015-09-03 18:04:03 UTC 
(rev 36301)
@@ -948,7 +948,7 @@
   }
 
   msg = (struct GNUNET_CADET_LocalInfo *) message;
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Received tunnel info request from client %u for tunnel %s\n",
        c->id, GNUNET_i2s_full(&msg->peer));
 
@@ -998,7 +998,7 @@
                                               &resp->header, GNUNET_NO);
   GNUNET_free (resp);
 
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Show tunnel request from client %u completed. %u conn, %u ch\n",
        c->id, c_n, ch_n);
   GNUNET_SERVER_receive_done (client, GNUNET_OK);

Modified: gnunet/src/cadet/gnunet-service-cadet_peer.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_peer.c        2015-09-03 18:04:02 UTC 
(rev 36300)
+++ gnunet/src/cadet/gnunet-service-cadet_peer.c        2015-09-03 18:04:03 UTC 
(rev 36301)
@@ -1206,8 +1206,10 @@
   core_wait_time = GNUNET_TIME_absolute_get_duration (peer->tmt_time);
   if (core_wait_time.rel_value_us >= 1000000)
   {
-    LOG (GNUNET_ERROR_TYPE_ERROR, " core wait time %s > 1 second\n",
-         GNUNET_STRINGS_relative_time_to_string (core_wait_time, GNUNET_NO));
+    LOG (GNUNET_ERROR_TYPE_ERROR,
+         " core wait time %s > 1 second for %u bytes\n",
+         GNUNET_STRINGS_relative_time_to_string (core_wait_time, GNUNET_NO),
+         queue->size);
   }
   else
   {

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-09-03 18:04:02 UTC 
(rev 36300)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-09-03 18:04:03 UTC 
(rev 36301)
@@ -1958,8 +1958,8 @@
 
   if (NULL == cont)
   {
-    GNUNET_break (NULL == GCC_send_prebuilt_message (msg, type,
-                                                     mid, c, fwd, force, NULL, 
NULL));
+    GNUNET_break (NULL == GCC_send_prebuilt_message (msg, type, mid, c, fwd,
+                                                     force, NULL, NULL));
     return NULL;
   }
   if (NULL == existing_q)




reply via email to

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