summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-25 23:58:19 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-25 23:58:19 +0800
commitb6bd8f95e82fa1787978d585f0336b3ea8b7c28a (patch)
treec4a17f3655f65703669647b4d65f321639965a4c /src/exchange
parent9280ccc140db24d2a8574e65be46377c0c360690 (diff)
downloadexchange-b6bd8f95e82fa1787978d585f0336b3ea8b7c28a.tar.gz
exchange-b6bd8f95e82fa1787978d585f0336b3ea8b7c28a.tar.bz2
exchange-b6bd8f95e82fa1787978d585f0336b3ea8b7c28a.zip
-fix log statement
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
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;