Fixed using old log level convention #4745
This commit is contained in:
parent
415ac8e1dc
commit
3aebb87b37
|
@ -33,7 +33,7 @@ static const char* g_priority[] = {
|
||||||
"FATAL",
|
"FATAL",
|
||||||
"ERROR",
|
"ERROR",
|
||||||
"WARNING",
|
"WARNING",
|
||||||
"NOTE",
|
"NOTIFY",
|
||||||
"INFO",
|
"INFO",
|
||||||
"DEBUG",
|
"DEBUG",
|
||||||
"DEBUG1",
|
"DEBUG1",
|
||||||
|
|
Loading…
Reference in New Issue