summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-07-05 19:09:12 +0200
committerChristian Grothoff <christian@grothoff.org>2017-07-06 11:19:00 +0200
commite140b418d3dc50d8e0ac69f56f9b1ba81fb90604 (patch)
treec572e9d84f3fdaaea6d6ca1e890bb674e1f13641 /src
parent1910d6648c5e8939b128af0d65551d0d86ecae3a (diff)
downloadexchange-e140b418d3dc50d8e0ac69f56f9b1ba81fb90604.tar.gz
exchange-e140b418d3dc50d8e0ac69f56f9b1ba81fb90604.tar.bz2
exchange-e140b418d3dc50d8e0ac69f56f9b1ba81fb90604.zip
log amount involved
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-aggregator.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c
index 2b19aa6ba..fdb32a24c 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -603,8 +603,9 @@ deposit_cb (void *cls,
deposit_fee))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Fatally malformed record at row %llu\n",
- (unsigned long long) row_id);
+ "Fatally malformed record at row %llu over %s\n",
+ (unsigned long long) row_id,
+ TALER_amount2s (amount_with_fee));
return GNUNET_DB_STATUS_HARD_ERROR;
}
au->row_id = row_id;
@@ -700,8 +701,9 @@ aggregate_cb (void *cls,
deposit_fee))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Fatally malformed record at %llu\n",
- (unsigned long long) row_id);
+ "Fatally malformed record at %llu over amount %s\n",
+ (unsigned long long) row_id,
+ TALER_amount2s (amount_with_fee));
return GNUNET_DB_STATUS_HARD_ERROR;
}
/* add to total */