summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/logging.c')
-rw-r--r--libglusterfs/src/logging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libglusterfs/src/logging.c b/libglusterfs/src/logging.c
index 9a50122c2..cb1ba5b5a 100644
--- a/libglusterfs/src/logging.c
+++ b/libglusterfs/src/logging.c
@@ -134,13 +134,13 @@ _gf_log (const char *domain, const char *file, const char *function, int line,
time_t utime = 0;
struct tm *tm = NULL;
char timestr[256];
- static char *level_strings[] = {"N", /* NONE */
- "T", /* TRACE */
+ static char *level_strings[] = {"", /* NONE */
"C", /* CRITICAL */
"E", /* ERROR */
"W", /* WARNING */
- "N", /* TRACE (GF_LOG_NORMAL) */
+ "N", /* NORMAL */
"D", /* DEBUG */
+ "T", /* TRACE */
""};
if (!domain || !file || !function || !fmt) {