gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36561 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r36561 - gnunet/src/core
Date: Fri, 23 Oct 2015 00:53:12 +0200

Author: grothoff
Date: 2015-10-23 00:53:12 +0200 (Fri, 23 Oct 2015)
New Revision: 36561

Modified:
   gnunet/src/core/gnunet-service-core_clients.c
Log:
-simplify log, eliminates bogus warning and we didn't need this info anyway

Modified: gnunet/src/core/gnunet-service-core_clients.c
===================================================================
--- gnunet/src/core/gnunet-service-core_clients.c       2015-10-22 22:49:59 UTC 
(rev 36560)
+++ gnunet/src/core/gnunet-service-core_clients.c       2015-10-22 22:53:12 UTC 
(rev 36561)
@@ -506,22 +506,20 @@
   tc.priority = (enum GNUNET_CORE_Priority) ntohl (sm->priority);
   if (overdue.rel_value_us > GNUNET_CONSTANTS_LATENCY_WARN.rel_value_us)
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                "Client waited %s for transmission of %u bytes to `%s'%s, CORE 
queue is %u entries\n",
+                "Client waited %s for transmission of %u bytes to `%s'%s\n",
                 GNUNET_STRINGS_relative_time_to_string (delay,
                                                         GNUNET_YES),
                 msize,
                 GNUNET_i2s (&sm->peer),
-                tc.cork ? "" : " (corked)",
-                GSC_NEIGHBOURS_get_queue_size (&sm->peer));
+                tc.cork ? "" : " (corked)");
   else
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Client waited %s for transmission of %u bytes to `%s'%s, CORE 
queue is %u entries\n",
+                "Client waited %s for transmission of %u bytes to `%s'%s\n",
                 GNUNET_STRINGS_relative_time_to_string (delay,
                                                         GNUNET_YES),
                 msize,
                 GNUNET_i2s (&sm->peer),
-                tc.cork ? "" : " (corked)",
-                GSC_NEIGHBOURS_get_queue_size (&sm->peer));
+                tc.cork ? "" : " (corked)");
 
   GNUNET_assert (GNUNET_YES ==
                  GNUNET_CONTAINER_multipeermap_remove (c->requests,




reply via email to

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