From 7698f14d50373cbecc3a98e57875de0b0fc95618 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Aug 2022 11:37:45 +0200 Subject: [PATCH] -log cause --- src/exchange/taler-exchange-httpd_withdraw.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c index 8d001488d..ee2f410d0 100644 --- a/src/exchange/taler-exchange-httpd_withdraw.c +++ b/src/exchange/taler-exchange-httpd_withdraw.c @@ -427,6 +427,9 @@ TEH_handler_withdraw (struct TEH_RequestContext *rc, if (TALER_EC_NONE != ec) { GNUNET_break (0); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Failed to sign coin: %d\n", + ec); GNUNET_JSON_parse_free (spec); return TALER_MHD_reply_with_ec (rc->connection, ec,