From e48fd500b63e3195a4283798247aefb0d7752981 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 21 Dec 2010 09:49:47 +0000 Subject: fix --- src/transport/test_quota_compliance.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/test_quota_compliance.c') diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index a4a6692f0..f48f15878 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -415,11 +415,11 @@ measurement_end (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter); end(); + return; } else GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter); - return; } /* Throughput is bigger than allowed quota + some extra*/ @@ -441,11 +441,11 @@ measurement_end (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter); end(); + return; } else GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter); - return; } else { -- cgit v1.2.3