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:
Andy Green 2013-02-19 10:01:48 +08:00
parent d6bf73c224
commit c6511a08b4
2 changed files with 2 additions and 2 deletions

View 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.
*/

View 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>