diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 16:28:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 16:28:42 +0100 |
commit | 204b545db1eca882adb2b1a3dea5c6c860f91def (patch) | |
tree | 5154d5ab4bed219bac14620a2a7127d1375238df /src/exchangedb | |
parent | c87722791debda4961f514d34b32b3f2775eaac9 (diff) |
deal with wire fees from the past in the aggregator
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/exchangedb_fees.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchangedb_fees.c b/src/exchangedb/exchangedb_fees.c index 83f4f2590..aa54a1b22 100644 --- a/src/exchangedb/exchangedb_fees.c +++ b/src/exchangedb/exchangedb_fees.c @@ -115,6 +115,9 @@ TALER_EXCHANGEDB_fees_read (const struct GNUNET_CONFIGURATION_Handle *cfg, struct TALER_EXCHANGEDB_AggregateFees *n; n = wd2af (&wd); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Loaded wire fees starting at %s from file\n", + GNUNET_STRINGS_absolute_time_to_string (n->start_date)); if ( ( (NULL == af) || (endp->end_date.abs_value_us == n->start_date.abs_value_us) ) && (n->start_date.abs_value_us < n->end_date.abs_value_us) ) |