mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
logs: just use a single char for most loglevels
This commit is contained in:
parent
d302198019
commit
69447d0445
1 changed files with 12 additions and 12 deletions
|
@ -39,18 +39,18 @@ static void (*lwsl_emit)(int level, const char *line)
|
|||
;
|
||||
#ifndef LWS_PLAT_OPTEE
|
||||
static const char * const log_level_names[] = {
|
||||
"ERR",
|
||||
"WARN",
|
||||
"NOTICE",
|
||||
"INFO",
|
||||
"DEBUG",
|
||||
"PARSER",
|
||||
"HEADER",
|
||||
"EXTENSION",
|
||||
"CLIENT",
|
||||
"LATENCY",
|
||||
"USER",
|
||||
"THREAD",
|
||||
"E",
|
||||
"W",
|
||||
"N",
|
||||
"I",
|
||||
"D",
|
||||
"P",
|
||||
"H",
|
||||
"EXT",
|
||||
"C",
|
||||
"L",
|
||||
"U",
|
||||
"T",
|
||||
"?",
|
||||
"?"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue