summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_file.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-03-05 17:32:50 +0300
committerValentin Bartenev <vbart@nginx.com>2018-03-05 17:32:50 +0300
commit912a49c6091c1fd9b630d2e0966f0fe1b97a3e42 (patch)
tree5581735807436384796dfd9deff336865c8372e4 /src/nxt_file.h
parentf2090bce21e4fb47d11f992a76ef5c4da74c3233 (diff)
downloadunit-912a49c6091c1fd9b630d2e0966f0fe1b97a3e42.tar.gz
unit-912a49c6091c1fd9b630d2e0966f0fe1b97a3e42.tar.bz2
Reduced number of critical log levels.
Diffstat (limited to 'src/nxt_file.h')
-rw-r--r--src/nxt_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_file.h b/src/nxt_file.h
index 4b8e5684..5216fb1c 100644
--- a/src/nxt_file.h
+++ b/src/nxt_file.h
@@ -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;