gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12724 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r12724 - libmicrohttpd/doc
Date: Tue, 24 Aug 2010 10:11:29 +0200

Author: wachs
Date: 2010-08-24 10:11:29 +0200 (Tue, 24 Aug 2010)
New Revision: 12724

Modified:
   libmicrohttpd/doc/microhttpd.texi
Log:
changed documentation: messages are now enabled by default


Modified: libmicrohttpd/doc/microhttpd.texi
===================================================================
--- libmicrohttpd/doc/microhttpd.texi   2010-08-24 07:21:55 UTC (rev 12723)
+++ libmicrohttpd/doc/microhttpd.texi   2010-08-24 08:11:29 UTC (rev 12724)
@@ -251,9 +251,10 @@
 @item MHD_USE_DEBUG
 @cindex debugging
 Run in debug mode.  If this flag is used, the library should print error
-messages and warnings to stderr.  Note that @mhd{} also needs to be
-compiled with the configure option @code{--enable-messages} for this
-run-time option to have any effect.
+messages and warnings to stderr.  Note that for this
+run-time option to have any effect, @mhd{} needs to be
+compiled with messages enabled. This is done by default except you ran 
+configure with the @code{--disable-messages} flag set. 
 
 @item MHD_USE_SSL
 Run in https mode (this option may not work with all threading modes yet).
@@ -445,10 +446,9 @@
 and the second a pointer of type 'void*' which will
 be passed as the "arg" argument to "fun".
  
-Note that MHD will not generate any log messages
-if it was compiled without the "--enable-messages"
-flag being set and the MHD_USE_DEBUG flag being set, 
-even if this argument is used.
+Note that MHD will not generate any log messages without  
+the MHD_USE_DEBUG flag set and if MHD was compiled 
+with the "--disable-messages" flag. 
 
 @item MHD_OPTION_THREAD_POOL_SIZE
 @cindex performance




reply via email to

[Prev in Thread] Current Thread [Next in Thread]