diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-24 12:29:38 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-24 12:29:38 +0100 |
commit | 0e064ce9146cfcebeb7b022cd78289e638967e1a (patch) | |
tree | dd36fafa20a3107143c48d598200717923f5e832 | |
parent | 2dccc31137f8e57101a28be67f32110102a5ad79 (diff) |
fmt string fix
-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 967b083c6..71a3efd7d 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -701,7 +701,7 @@ deposit_cb (void *cls, return GNUNET_DB_STATUS_HARD_ERROR; } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Aggregator processing payment with amount %s after fee subtraction\n", + "Aggregator processing payment %s with amount %s after fee subtraction\n", TALER_B2S (coin_pub), TALER_amount2s (&au->total_amount)); au->row_id = row_id; |