summaryrefslogtreecommitdiff
path: root/src/auditor/taler-wire-auditor.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:12:11 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:12:47 +0200
commit52bbfe926be03f66d57d15743e9914bc4e201c8c (patch)
tree9e3befbd9a81d250eaeb06655ddc9ec539a561ca /src/auditor/taler-wire-auditor.c
parent041ba85c6a78621f8c639482b26b0328b21cc442 (diff)
downloadexchange-52bbfe926be03f66d57d15743e9914bc4e201c8c.tar.gz
exchange-52bbfe926be03f66d57d15743e9914bc4e201c8c.tar.bz2
exchange-52bbfe926be03f66d57d15743e9914bc4e201c8c.zip
add uncrustify pre-commit hook
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,
/**
* 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,