From 52bbfe926be03f66d57d15743e9914bc4e201c8c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:12:11 +0200 Subject: add uncrustify pre-commit hook --- src/auditor/taler-wire-auditor.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/auditor/taler-wire-auditor.c') diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index fe6b66015..4d624e1ef 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -695,9 +695,6 @@ wire_missing_cb (void *cls, /** * Checks that all wire transfers that should have happened * (based on deposits) have indeed happened. - * - * FIXME: this check _might_ rather belong with the - * taler-auditor logic. */ static void check_for_required_transfers () @@ -712,7 +709,8 @@ check_for_required_transfers () next_timestamp = GNUNET_TIME_absolute_subtract (next_timestamp, GRACE_PERIOD); GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Analyzing exchange's unfinished deposits\n"); + "Analyzing exchange's unfinished deposits (deadline: %s)\n", + GNUNET_STRINGS_absolute_time_to_string (next_timestamp)); qs = edb->select_deposits_missing_wire (edb->cls, esession, pp.last_timestamp, -- cgit v1.2.3