aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-wire-auditor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-wire-auditor.c')
-rw-r--r--src/auditor/taler-wire-auditor.c6
1 files changed, 2 insertions, 4 deletions
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,
695/** 695/**
696 * Checks that all wire transfers that should have happened 696 * Checks that all wire transfers that should have happened
697 * (based on deposits) have indeed happened. 697 * (based on deposits) have indeed happened.
698 *
699 * FIXME: this check _might_ rather belong with the
700 * taler-auditor logic.
701 */ 698 */
702static void 699static void
703check_for_required_transfers () 700check_for_required_transfers ()
@@ -712,7 +709,8 @@ check_for_required_transfers ()
712 next_timestamp = GNUNET_TIME_absolute_subtract (next_timestamp, 709 next_timestamp = GNUNET_TIME_absolute_subtract (next_timestamp,
713 GRACE_PERIOD); 710 GRACE_PERIOD);
714 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 711 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
715 "Analyzing exchange's unfinished deposits\n"); 712 "Analyzing exchange's unfinished deposits (deadline: %s)\n",
713 GNUNET_STRINGS_absolute_time_to_string (next_timestamp));
716 qs = edb->select_deposits_missing_wire (edb->cls, 714 qs = edb->select_deposits_missing_wire (edb->cls,
717 esession, 715 esession,
718 pp.last_timestamp, 716 pp.last_timestamp,