trac 17 update set_log_level api notice
http://libwebsockets.org/trac/ticket/17 Reported-by: dbrnz Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
d6bf73c224
commit
c6511a08b4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue