commit 7698f14d50373cbecc3a98e57875de0b0fc95618
parent 50f4f2cbbb7b49780f5a68ae3daa88f5f4c13d15
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 1 Aug 2022 11:37:45 +0200
-log cause
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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,