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", "FATAL",
"ERROR", "ERROR",
"WARNING", "WARNING",
"NOTE", "NOTIFY",
"INFO", "INFO",
"DEBUG", "DEBUG",
"DEBUG1", "DEBUG1",