diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-12-25 23:58:19 +0800 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-12-25 23:58:19 +0800 |
commit | b6bd8f95e82fa1787978d585f0336b3ea8b7c28a (patch) | |
tree | c4a17f3655f65703669647b4d65f321639965a4c | |
parent | 9280ccc140db24d2a8574e65be46377c0c360690 (diff) |
-fix log statement
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index e2011e029..be9723bfb 100644 --- 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; |