commit bcd4750347c4674a68a9a689f27cb1aea2a23234
parent ba424f9a191d66c5e6a864b5b5843815f5bc7daf
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 31 Jan 2024 09:39:23 +0100
log more
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/testing_api_cmd_oauth.c b/src/testing/testing_api_cmd_oauth.c
@@ -347,7 +347,7 @@ oauth_run (void *cls,
struct OAuthState *oas = cls;
(void) cmd;
- oas->mhd = MHD_start_daemon (MHD_USE_AUTO_INTERNAL_THREAD,
+ oas->mhd = MHD_start_daemon (MHD_USE_AUTO_INTERNAL_THREAD | MHD_USE_DEBUG,
oas->port,
NULL, NULL,
&handler_cb, oas,