trac 17 update set_log_level api notice 26/3126/1
authorAndy Green <andy.green@linaro.org>
Tue, 19 Feb 2013 02:01:48 +0000 (10:01 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:37 +0000 (13:01 -0800)
http://libwebsockets.org/trac/ticket/17

Reported-by: dbrnz
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/libwebsockets.c
libwebsockets-api-doc.html

index 65adcf5..0291acb 100644 (file)
@@ -2245,7 +2245,7 @@ void _lws_log(int filter, const char *format, ...)
  *                     function to perform log string emission instead of
  *                     the default stderr one.
  *
- *     log level defaults to "err" and "warn" contexts enabled only and
+ *     log level defaults to "err", "warn" and "notice" contexts enabled and
  *     emission on stderr.
  */
 
index c0ea6cd..42a37b0 100644 (file)
@@ -398,7 +398,7 @@ the default stderr one.
 </dl>
 <h3>Description</h3>
 <blockquote>
-log level defaults to "err" and "warn" contexts enabled only and
+log level defaults to "err", "warn" and "notice" contexts enabled and
 emission on stderr.
 </blockquote>
 <hr>