From c97292593371e591dc7ba4c38947ebf228b13eb2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Sep 2021 11:06:37 +0200 Subject: fix aggregator benchmark generation logic --- src/exchange/taler-exchange-aggregator.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index eb1b548e2..f3d65db24 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -817,6 +817,9 @@ run_aggregation (void *cls) s); return; } + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Found %d other deposits to combine into wire transfer.\n", + qs); /* Subtract wire transfer fee and round to the unit supported by the wire transfer method; Check if after rounding down, we still have -- cgit v1.2.3