aboutsummaryrefslogtreecommitdiff
path: root/src/examples/post_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/post_example.c')
-rw-r--r--src/examples/post_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/post_example.c b/src/examples/post_example.c
index d0872cc5..2d83e0a4 100644
--- a/src/examples/post_example.c
+++ b/src/examples/post_example.c
@@ -715,7 +715,7 @@ main (int argc, char *const *argv)
715 } 715 }
716 /* initialize PRNG */ 716 /* initialize PRNG */
717 srand ((unsigned int) time (NULL)); 717 srand ((unsigned int) time (NULL));
718 d = MHD_start_daemon (MHD_USE_DEBUG, 718 d = MHD_start_daemon (MHD_USE_ERROR_LOG,
719 atoi (argv[1]), 719 atoi (argv[1]),
720 NULL, NULL, 720 NULL, NULL,
721 &create_response, NULL, 721 &create_response, NULL,