From 0601dd2e424534b6c4cacf8c6844f354919cc0ca Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Apr 2022 12:26:12 +0200 Subject: -fix synchronous provider discovery logic --- src/restclient/anastasis_api_config.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/restclient') diff --git a/src/restclient/anastasis_api_config.c b/src/restclient/anastasis_api_config.c index 7f5e630..5dcc7ec 100644 --- a/src/restclient/anastasis_api_config.c +++ b/src/restclient/anastasis_api_config.c @@ -216,6 +216,9 @@ handle_config_finished (void *cls, } } acfg.methods = mcfg; + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Good backend found at `%s'\n", + co->url); co->cb (co->cb_cls, MHD_HTTP_OK, &acfg); -- cgit v1.2.3