aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/logging.c')
-rw-r--r--doc/examples/logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/logging.c b/doc/examples/logging.c
index c896a7dd..aff21426 100644
--- a/doc/examples/logging.c
+++ b/doc/examples/logging.c
@@ -43,7 +43,7 @@ main ()
43{ 43{
44 struct MHD_Daemon *daemon; 44 struct MHD_Daemon *daemon;
45 45
46 daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY, PORT, NULL, NULL, 46 daemon = MHD_start_daemon (MHD_USE_INTERNAL_POLLING_THREAD, PORT, NULL, NULL,
47 &answer_to_connection, NULL, MHD_OPTION_END); 47 &answer_to_connection, NULL, MHD_OPTION_END);
48 if (NULL == daemon) 48 if (NULL == daemon)
49 return 1; 49 return 1;