aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 1d44f344..900bfd72 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1520,6 +1520,8 @@ enum MHD_OPTION
1520 * a function of type #MHD_LogCallback and the second a pointer 1520 * a function of type #MHD_LogCallback and the second a pointer
1521 * `void *` which will be passed as the first argument to the log 1521 * `void *` which will be passed as the first argument to the log
1522 * callback. 1522 * callback.
1523 * Should be specified as the first option, otherwise some messages
1524 * may be printed by standard MHD logger during daemon startup.
1523 * 1525 *
1524 * Note that MHD will not generate any log messages 1526 * Note that MHD will not generate any log messages
1525 * if it was compiled without the "--enable-messages" 1527 * if it was compiled without the "--enable-messages"