[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 12:01:22 +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 0b676d2 debug
0b676d2 is described below
commit 0b676d2e9b97975b7b8dad76af531ba85f3d5e75
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 30 12:01:16 2019 +0200
debug
---
src/backend/taler-merchant-httpd_pay.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c
b/src/backend/taler-merchant-httpd_pay.c
index e19486b..f87d1c8 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -684,10 +684,6 @@ check_payment_sufficient (struct PayContext *pc)
}
if (GNUNET_YES == new_exchange)
{
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Depositing coins at: %s\n",
- dc->exchange_url);
-
if (GNUNET_OK !=
TALER_amount_add (&total_wire_fee,
&total_wire_fee,
@@ -711,6 +707,10 @@ check_payment_sufficient (struct PayContext *pc)
TALER_amount_to_string (&total_wire_fee),
TALER_amount_to_string (&pc->max_wire_fee));
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Deposit fee limit for merchant: %s\n",
+ TALER_amount_to_string (&pc->max_fee));
+
/* Now compare exchange wire fee compared to
* what we are willing to pay */
if (GNUNET_YES !=
--
To stop receiving notification emails like this one, please contact
address@hidden