summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_withdraw.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-01 11:37:45 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-01 11:37:45 +0200
commit7698f14d50373cbecc3a98e57875de0b0fc95618 (patch)
tree030e4208dabc99b719695b4306f71ce60661ce5f /src/exchange/taler-exchange-httpd_withdraw.c
parent50f4f2cbbb7b49780f5a68ae3daa88f5f4c13d15 (diff)
downloadexchange-7698f14d50373cbecc3a98e57875de0b0fc95618.tar.gz
exchange-7698f14d50373cbecc3a98e57875de0b0fc95618.tar.bz2
exchange-7698f14d50373cbecc3a98e57875de0b0fc95618.zip
-log cause
Diffstat (limited to 'src/exchange/taler-exchange-httpd_withdraw.c')
-rw-r--r--src/exchange/taler-exchange-httpd_withdraw.c3
1 files changed, 3 insertions, 0 deletions
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,