Use abbreviated strings for level outputs

The output looks pretty painful when long names are used everywhere.
This commit is contained in:
Danny Robson 2012-04-26 18:21:23 +10:00
parent fa5f78366b
commit 9f6566812b

View File

@ -45,9 +45,9 @@ level_to_string (level_t l) {
"ALERT",
"CRITICAL",
"ERROR",
"WARNING",
"WARN",
"NOTICE",
"INFORMATIONAL",
"INFO",
"DEBUG"
};