commit f6c0d6bd370e97c228ce0f9744341181c009da9c parent 832b1ae4df9369f8c306f60073f4e2b207464932 Author: Christian Grothoff <grothoff@gnunet.org> Date: Tue, 31 May 2022 13:06:17 +0200 -log request on parse failure Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-claim.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-claim.c b/src/backend/taler-merchant-httpd_post-orders-ID-claim.c @@ -219,6 +219,9 @@ TMH_post_orders_ID_claim (const struct TMH_RequestHandler *rh, if (GNUNET_OK != res) { GNUNET_break_op (0); + json_dumpf (hc->request_body, + stderr, + JSON_INDENT (2)); return (GNUNET_NO == res) ? MHD_YES : MHD_NO;