summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-31 09:39:23 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-31 09:39:23 +0100
commitbcd4750347c4674a68a9a689f27cb1aea2a23234 (patch)
treeb46a53f21cd3befafeb81400d1830733f4f0d104 /src
parentba424f9a191d66c5e6a864b5b5843815f5bc7daf (diff)
downloadexchange-bcd4750347c4674a68a9a689f27cb1aea2a23234.tar.gz
exchange-bcd4750347c4674a68a9a689f27cb1aea2a23234.tar.bz2
exchange-bcd4750347c4674a68a9a689f27cb1aea2a23234.zip
log more
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing_api_cmd_oauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_oauth.c b/src/testing/testing_api_cmd_oauth.c
index 535c6d94f..80d38e4c8 100644
--- 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,