commit eceae4591f200a7c7e96194a99b79d469700d944
parent c39b0b5dc716230c19c34a8303dad0ec8c094086
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 2 Oct 2024 19:54:42 +0200
-more logging
Diffstat:
1 file 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
@@ -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)) )
{