From 9f6566812b77181049aa6a01ca4f8fd50cbf0162 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 26 Apr 2012 18:21:23 +1000 Subject: [PATCH] Use abbreviated strings for level outputs The output looks pretty painful when long names are used everywhere. --- log.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log.cpp b/log.cpp index 73fc8f99..d01c460c 100644 --- a/log.cpp +++ b/log.cpp @@ -45,9 +45,9 @@ level_to_string (level_t l) { "ALERT", "CRITICAL", "ERROR", - "WARNING", + "WARN", "NOTICE", - "INFORMATIONAL", + "INFO", "DEBUG" };