challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 167c42d62691ae55463e33cdc3205004bd8728d3
parent f4bc478b5a904b43367055d093d6110c34457f8b
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon, 14 Apr 2025 09:39:35 +0200

more logging

Diffstat:
Msrc/challenger/challenger-httpd_setup.c | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/challenger/challenger-httpd_setup.c b/src/challenger/challenger-httpd_setup.c @@ -111,9 +111,12 @@ CH_handler_setup (struct CH_HandlerContext *hc, GNUNET_assert (NULL == sc->root); return MHD_YES; /* so far incomplete upload or parser error */ } + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Address data uploaded in /setup\n"); + json_dumpf (sc->root, + stderr, + JSON_INDENT (2)); } - (void) upload_data; - (void) upload_data_size; { char dummy;