Remove log level FATA.

This commit is contained in:
Chunting Gu
2019-05-29 11:21:09 +08:00
parent e326a663f6
commit 8ff63a3b17
4 changed files with 3 additions and 20 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#define WEBCC_ENABLE_LOG @WEBCC_ENABLE_LOG@
#if WEBCC_ENABLE_LOG
// 0:VERB, 1:INFO, 2:WARN, 3:ERRO or 4:FATA
// 0:VERB, 1:INFO, 2:WARN or 3:ERRO
#define WEBCC_LOG_LEVEL @WEBCC_LOG_LEVEL@
#endif