From 1eae99cc19c77db34811d235cbf7d235526dc523 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 22 Oct 2015 22:53:12 +0000 Subject: -simplify log, eliminates bogus warning and we didn't need this info anyway --- src/core/gnunet-service-core_clients.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/core/gnunet-service-core_clients.c') diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c index b5e3f4713..9388ca747 100644 --- a/src/core/gnunet-service-core_clients.c +++ b/src/core/gnunet-service-core_clients.c @@ -506,22 +506,20 @@ handle_client_send (void *cls, 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, -- cgit v1.2.3