fmt string fix
This commit is contained in:
parent
2dccc31137
commit
0e064ce914
@ -701,7 +701,7 @@ deposit_cb (void *cls,
|
|||||||
return GNUNET_DB_STATUS_HARD_ERROR;
|
return GNUNET_DB_STATUS_HARD_ERROR;
|
||||||
}
|
}
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
|
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_B2S (coin_pub),
|
||||||
TALER_amount2s (&au->total_amount));
|
TALER_amount2s (&au->total_amount));
|
||||||
au->row_id = row_id;
|
au->row_id = row_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user