aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index c661ff3e5..908d90ac3 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -225,7 +225,7 @@ measurement_stop (void *cls)
225 enum GNUNET_ErrorType kind = GNUNET_ERROR_TYPE_DEBUG; 225 enum GNUNET_ErrorType kind = GNUNET_ERROR_TYPE_DEBUG;
226 226
227 measure_task = NULL; 227 measure_task = NULL;
228 FPRINTF (stdout, "%s", "\n"); 228 fprintf (stdout, "%s", "\n");
229 running = GNUNET_NO; 229 running = GNUNET_NO;
230 230
231 delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value_us; 231 delta = GNUNET_TIME_absolute_get_duration (start_time).rel_value_us;
@@ -451,7 +451,7 @@ handle_test (void *cls,
451 ntohl (hdr->num)); 451 ntohl (hdr->num));
452 n++; 452 n++;
453 if (0 == (n % 10)) 453 if (0 == (n % 10))
454 FPRINTF (stderr, "%s", "."); 454 fprintf (stderr, "%s", ".");
455 455
456 if (GNUNET_YES == running) 456 if (GNUNET_YES == running)
457 do_transmit (NULL); 457 do_transmit (NULL);