gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fmt string fix


From: gnunet
Subject: [taler-exchange] branch master updated: fmt string fix
Date: Tue, 24 Dec 2019 12:29:40 +0100

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 0e064ce9 fmt string fix
0e064ce9 is described below

commit 0e064ce9146cfcebeb7b022cd78289e638967e1a
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 24 12:29:38 2019 +0100

    fmt string fix
---
 src/exchange/taler-exchange-aggregator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 967b083c..71a3efd7 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -701,7 +701,7 @@ deposit_cb (void *cls,
     return GNUNET_DB_STATUS_HARD_ERROR;
   }
   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_amount2s (&au->total_amount));
   au->row_id = row_id;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]