summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-21 12:32:34 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-21 12:32:34 +0200
commite4f4a973f0ec2d7ef554a30637190023aa31a569 (patch)
tree813907b78791685f87ed7040029ce19c4f7a9f78 /src/bank-lib
parent93b45e62eef254eae68bc119b9770e97bae2c9fa (diff)
downloadexchange-e4f4a973f0ec2d7ef554a30637190023aa31a569.tar.gz
exchange-e4f4a973f0ec2d7ef554a30637190023aa31a569.tar.bz2
exchange-e4f4a973f0ec2d7ef554a30637190023aa31a569.zip
-log more on faiure
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/bank_api_credit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bank-lib/bank_api_credit.c b/src/bank-lib/bank_api_credit.c
index 1ea2e269e..36cab3d51 100644
--- a/src/bank-lib/bank_api_credit.c
+++ b/src/bank-lib/bank_api_credit.c
@@ -167,6 +167,9 @@ handle_credit_history_finished (void *cls,
j))
{
GNUNET_break_op (0);
+ json_dumpf (j,
+ stderr,
+ JSON_INDENT (2));
response_code = 0;
ec = TALER_EC_GENERIC_INVALID_RESPONSE;
break;