summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-30 12:01:16 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-30 12:01:16 +0200
commit0b676d2e9b97975b7b8dad76af531ba85f3d5e75 (patch)
tree5a90e1e302cfda799d74e556a049774a34027e2a /src/backend/taler-merchant-httpd_pay.c
parent8c53b1e0c5cec9b62d753c343079fb56803ee14e (diff)
downloadmerchant-0b676d2e9b97975b7b8dad76af531ba85f3d5e75.tar.gz
merchant-0b676d2e9b97975b7b8dad76af531ba85f3d5e75.tar.bz2
merchant-0b676d2e9b97975b7b8dad76af531ba85f3d5e75.zip
debug
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index e19486b1..f87d1c82 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 !=