Fixed using old log level convention #4745

This commit is contained in:
Jerry (Xinyu Hou) 2015-06-25 11:25:51 -07:00
parent 415ac8e1dc
commit 3aebb87b37
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ static const char* g_priority[] = {
"FATAL",
"ERROR",
"WARNING",
"NOTE",
"NOTIFY",
"INFO",
"DEBUG",
"DEBUG1",