mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
logging: stderr: reduce brightness of some ANSI loglevels
This commit is contained in:
parent
eb4cefceae
commit
5af32fe27d
1 changed files with 3 additions and 3 deletions
|
@ -2004,9 +2004,9 @@ static const char * const colours[] = {
|
|||
"[32;1m", /* LLL_INFO */
|
||||
"[34;1m", /* LLL_DEBUG */
|
||||
"[33;1m", /* LLL_PARSER */
|
||||
"[33;1m", /* LLL_HEADER */
|
||||
"[33;1m", /* LLL_EXT */
|
||||
"[33;1m", /* LLL_CLIENT */
|
||||
"[33m", /* LLL_HEADER */
|
||||
"[33m", /* LLL_EXT */
|
||||
"[33m", /* LLL_CLIENT */
|
||||
"[33;1m", /* LLL_LATENCY */
|
||||
"[30;1m", /* LLL_USER */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue