[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -format string fix
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -format string fix |
Date: |
Thu, 05 Sep 2024 14:30:15 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new e2fe72ba4 -format string fix
e2fe72ba4 is described below
commit e2fe72ba468aebc2e4d47570210f43c31e442a33
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 5 14:30:11 2024 +0200
-format string fix
---
src/auditor/taler-helper-auditor-wire-credit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/taler-helper-auditor-wire-credit.c
b/src/auditor/taler-helper-auditor-wire-credit.c
index 940f3cfa3..487d26a95 100644
--- a/src/auditor/taler-helper-auditor-wire-credit.c
+++ b/src/auditor/taler-helper-auditor-wire-credit.c
@@ -540,7 +540,7 @@ complain_in_not_found (void *cls,
(void) key;
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Incoming wire transfer #%llu claimed by exchange not found\n",
- rii->rowid);
+ (unsigned long long) rii->rowid);
GNUNET_assert (TALER_BANK_CT_RESERVE ==
rii->credit_details.type);
qs = TALER_ARL_adb->insert_reserve_in_inconsistency (
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -format string fix,
gnunet <=