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: debug


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: debug
Date: Thu, 30 May 2019 11:37:33 +0200

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

marcello pushed a commit to branch master
in repository merchant.

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

commit 8c53b1e0c5cec9b62d753c343079fb56803ee14e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 30 11:37:08 2019 +0200

    debug
---
 src/backend/taler-merchant-httpd_pay.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index 2a91c77..e19486b 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -699,6 +699,13 @@ check_payment_sufficient (struct PayContext *pc)
       }
     }
   }
+
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Amount got by wallet: %s"
+              "\nDeposit fee for all coins: %s\n",
+              TALER_amount_to_string (&acc_amount),
+              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),

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



reply via email to

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