aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-02 19:54:42 +0200
committerChristian Grothoff <christian@grothoff.org>2024-10-02 19:54:42 +0200
commiteceae4591f200a7c7e96194a99b79d469700d944 (patch)
tree5085948c0651540b6a9981caab6fa2f9a5dc0eaf
parentc39b0b5dc716230c19c34a8303dad0ec8c094086 (diff)
-more logging
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index c1583791..d2b77a1c 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -1951,9 +1951,10 @@ get_acceptable (void *cls,
oc->add_payment_details.wm,
&max_amount);
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Exchange %s evaluated at %d\n",
+ "Exchange %s evaluated at %d with max %s\n",
url,
- res);
+ res,
+ TALER_amount2s (&max_amount));
if ( (! TALER_amount_is_zero (&max_amount)) &&
(TALER_amount_is_zero (&max_amount)) )
{