aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-21 09:49:47 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-21 09:49:47 +0000
commite48fd500b63e3195a4283798247aefb0d7752981 (patch)
tree7b108651949b77b2cc648204c5ee4620bfbaf40f /src/transport/test_quota_compliance.c
parent8ed3fd0ed3c99354dee4e5c9bbf471f527007cab (diff)
downloadgnunet-e48fd500b63e3195a4283798247aefb0d7752981.tar.gz
gnunet-e48fd500b63e3195a4283798247aefb0d7752981.zip
fix
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
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,
415 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 415 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
416 "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter); 416 "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter);
417 end(); 417 end();
418 return;
418 } 419 }
419 else 420 else
420 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 421 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
421 "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter); 422 "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter);
422 return;
423 } 423 }
424 424
425 /* Throughput is bigger than allowed quota + some extra*/ 425 /* Throughput is bigger than allowed quota + some extra*/
@@ -441,11 +441,11 @@ measurement_end (void *cls,
441 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 441 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
442 "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter); 442 "\nQuota measurement failed and no free strike: %i\n",failed_measurement_counter);
443 end(); 443 end();
444 return;
444 } 445 }
445 else 446 else
446 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 447 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
447 "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter); 448 "\nQuota measurement failed and %i free strikes\n",failed_measurement_counter);
448 return;
449 } 449 }
450 else 450 else
451 { 451 {