gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: logging


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: logging
Date: Sat, 31 Aug 2019 13:46:31 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new bad0d57  logging
bad0d57 is described below

commit bad0d57b0fc4f5c7d544c7ca027ffe9c2e4d2741
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 13:46:28 2019 +0200

    logging
---
 src/backend/taler-merchant-httpd_pay.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index a367af6..f0a2562 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -680,7 +680,7 @@ check_payment_sufficient (struct PayContext *pc)
   }
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Amount received from wallet: %s\n"
+              "Amount received from wallet: %s\n",
               TALER_amount_to_string (&acc_amount));
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
@@ -688,8 +688,11 @@ check_payment_sufficient (struct PayContext *pc)
               TALER_amount_to_string (&acc_fee));
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Total wire fee: %s\nMax wire fee: %s\n",
-              TALER_amount_to_string (&total_wire_fee),
+              "Total wire fee: %s\n",
+              TALER_amount_to_string (&total_wire_fee));
+
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Max wire fee: %s\n",
               TALER_amount_to_string (&pc->max_wire_fee));
 
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,

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



reply via email to

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