aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/fileserver_example.c')
-rw-r--r--src/examples/fileserver_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/fileserver_example.c b/src/examples/fileserver_example.c
index 9637bffc..546e2e1a 100644
--- a/src/examples/fileserver_example.c
+++ b/src/examples/fileserver_example.c
@@ -129,7 +129,7 @@ main (int argc, char *const *argv)
129 printf ("%s PORT\n", argv[0]); 129 printf ("%s PORT\n", argv[0]);
130 return 1; 130 return 1;
131 } 131 }
132 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DEBUG, 132 d = MHD_start_daemon (MHD_USE_THREAD_PER_CONNECTION | MHD_USE_ERROR_LOG,
133 atoi (argv[1]), 133 atoi (argv[1]),
134 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END); 134 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
135 if (d == NULL) 135 if (d == NULL)