From bf68324270f7e15f140ccb74ab355f8179cce92f Mon Sep 17 00:00:00 2001 From: Pranith K Date: Mon, 11 Oct 2010 06:42:32 +0000 Subject: Set correct logging level for log messages Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1887 (logging mess) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1887 --- libglusterfs/src/dict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index 6c4898516a5..bbd14fc863c 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -1200,7 +1200,7 @@ char * data_to_str (data_t *data) { if (!data) { - gf_log ("dict", GF_LOG_CRITICAL, + gf_log ("dict", GF_LOG_WARNING, "@data=%p", data); return NULL; } -- cgit