Skip to content
Snippets Groups Projects
Commit c6511a08 authored by Andy Green's avatar Andy Green
Browse files

trac 17 update set_log_level api notice

parent d6bf73c2
No related branches found
No related tags found
No related merge requests found
...@@ -2245,7 +2245,7 @@ void _lws_log(int filter, const char *format, ...) ...@@ -2245,7 +2245,7 @@ void _lws_log(int filter, const char *format, ...)
* function to perform log string emission instead of * function to perform log string emission instead of
* the default stderr one. * 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. * emission on stderr.
*/ */
......
...@@ -398,7 +398,7 @@ the default stderr one. ...@@ -398,7 +398,7 @@ the default stderr one.
</dl> </dl>
<h3>Description</h3> <h3>Description</h3>
<blockquote> <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. emission on stderr.
</blockquote> </blockquote>
<hr> <hr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment