fmt string fix

This commit is contained in:
Christian Grothoff 2019-12-24 12:29:38 +01:00
parent 2dccc31137
commit 0e064ce914
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;