Reduced number of critical log levels.

This commit is contained in:
Valentin Bartenev
2018-03-05 17:32:50 +03:00
parent f2090bce21
commit 912a49c609
47 changed files with 403 additions and 534 deletions

View File

@@ -97,7 +97,7 @@ typedef struct {
/*
* Log open() file error with given log level if it is non zero.
* Note that zero log level is NXT_LOG_EMERG.
* Note that zero log level is NXT_LOG_ALERT.
*/
uint8_t log_level;