summaryrefslogtreecommitdiff
path: root/src/restclient
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-04-13 10:53:36 +0200
committerChristian Grothoff <christian@grothoff.org>2022-04-13 10:53:36 +0200
commit49aebaedc3d200c8c9ce306f8e3ea5bdc4449a50 (patch)
tree4dd590ad96656752308af959a02c3de5843fa678 /src/restclient
parent3d27addfb97a6d4f10eedecce8d707c5d18774b7 (diff)
downloadanastasis-49aebaedc3d200c8c9ce306f8e3ea5bdc4449a50.tar.gz
anastasis-49aebaedc3d200c8c9ce306f8e3ea5bdc4449a50.tar.bz2
anastasis-49aebaedc3d200c8c9ce306f8e3ea5bdc4449a50.zip
major work on test_iban
Diffstat (limited to 'src/restclient')
-rw-r--r--src/restclient/anastasis_api_truth_challenge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/restclient/anastasis_api_truth_challenge.c b/src/restclient/anastasis_api_truth_challenge.c
index 606bcfb..aa9119c 100644
--- a/src/restclient/anastasis_api_truth_challenge.c
+++ b/src/restclient/anastasis_api_truth_challenge.c
@@ -219,6 +219,9 @@ handle_truth_challenge_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Unexpected challenge type `%s'\n",
ct);
+ json_dumpf (j,
+ stderr,
+ JSON_INDENT (2));
tcd.http_status = 0;
tcd.ec = TALER_EC_GENERIC_REPLY_MALFORMED;
break;