diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-10 14:28:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-10 14:28:54 +0200 |
commit | 5fb65f59b2de184f4fcb1417923711bd64fe781a (patch) | |
tree | 6b178af21710412d38c76201ee7a087332164d46 /src/exchange/taler-exchange-aggregator.c | |
parent | 71107a7b3d5ba0367aad3b6ae926e54c08cb0963 (diff) |
add testcase for profiteering from rounding, also passes, this concludes #4141
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 2ff3c2ca..25ddcf3f 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -352,7 +352,7 @@ deposit_cb (void *cls, deposit_fee)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Fatally malformed record at %llu\n", + "Fatally malformed record at row %llu\n", row_id); return GNUNET_SYSERR; } |