diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-01 11:37:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-01 11:37:45 +0200 |
commit | 7698f14d50373cbecc3a98e57875de0b0fc95618 (patch) | |
tree | 030e4208dabc99b719695b4306f71ce60661ce5f /src | |
parent | 50f4f2cbbb7b49780f5a68ae3daa88f5f4c13d15 (diff) |
-log cause
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_withdraw.c | 3 |
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, |