From: Christian Grothoff Date: Tue, 9 Nov 2010 13:52:46 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19788 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb5802898c86e4e414395454f979b2e4291d5433;p=oweals%2Fgnunet.git fix --- 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); }