exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit b6bd8f95e82fa1787978d585f0336b3ea8b7c28a
parent 9280ccc140db24d2a8574e65be46377c0c360690
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 25 Dec 2023 23:58:19 +0800

-fix log statement

Diffstat:
Msrc/exchange/taler-exchange-wirewatch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c @@ -630,7 +630,7 @@ process_reply (const struct TALER_BANK_CreditDetails *details, break; case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT: GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Imported transaction %llu.", + "Imported transaction %llu.\n", (unsigned long long) cd->serial_id); /* normal case */ progress = true;