From fb5802898c86e4e414395454f979b2e4291d5433 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Nov 2010 13:52:46 +0000 Subject: [PATCH] fix --- src/transport/plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 3f484b938..fa4cf9d9c 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -1589,7 +1589,7 @@ static void curl_receive_mst_cb (void *cls, if (delay.rel_value > 0) { #if DEBUG_HTTP - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Connection %X: Inbound quota management: delay next read for %llu ms \n", ps, delay.abs_value); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Connection %X: Inbound quota management: delay next read for %llu ms \n", ps, delay.rel_value); #endif pc->reset_task = GNUNET_SCHEDULER_add_delayed (delay, &reset_inbound_quota_delay, pc); } -- 2.25.1