From c6511a08b4405b30e835602f3964fbcec768a4e8 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 19 Feb 2013 10:01:48 +0800 Subject: [PATCH] trac 17 update set_log_level api notice http://libwebsockets.org/trac/ticket/17 Reported-by: dbrnz Signed-off-by: Andy Green --- lib/libwebsockets.c | 2 +- libwebsockets-api-doc.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index 65adcf5a..0291acbb 100644 --- a/lib/libwebsockets.c +++ b/lib/libwebsockets.c @@ -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. */ diff --git a/libwebsockets-api-doc.html b/libwebsockets-api-doc.html index c0ea6cd3..42a37b0d 100644 --- a/libwebsockets-api-doc.html +++ b/libwebsockets-api-doc.html @@ -398,7 +398,7 @@ the default stderr one.

Description

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