summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-reserves.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-24 17:35:18 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-24 17:35:18 +0100
commitdff81f457770c3c6f7d1ad3ffb22362fd005b2d9 (patch)
treed9338842982cdb80676031c6b190b89e9d71b6c6 /src/auditor/taler-helper-auditor-reserves.c
parent9ad9e7e064519fb65f14a530df690dd8a6973875 (diff)
downloadexchange-dff81f457770c3c6f7d1ad3ffb22362fd005b2d9.tar.gz
exchange-dff81f457770c3c6f7d1ad3ffb22362fd005b2d9.tar.bz2
exchange-dff81f457770c3c6f7d1ad3ffb22362fd005b2d9.zip
more testing for auditor logic
Diffstat (limited to 'src/auditor/taler-helper-auditor-reserves.c')
-rw-r--r--src/auditor/taler-helper-auditor-reserves.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c
index 79439e01f..8b3925c5a 100644
--- a/src/auditor/taler-helper-auditor-reserves.c
+++ b/src/auditor/taler-helper-auditor-reserves.c
@@ -864,9 +864,16 @@ get_closing_fee (const char *receiver_account,
fee,
&master_sig))
{
+ char *diag;
+
+ GNUNET_asprintf (&diag,
+ "closing fee for `%s' unavailable at %s\n",
+ method,
+ GNUNET_STRINGS_absolute_time_to_string (atime));
report_row_inconsistency ("closing-fee",
atime.abs_value_us,
- "closing fee unavailable at given time");
+ diag);
+ GNUNET_free (diag);
GNUNET_free (method);
return GNUNET_SYSERR;
}