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 --- xlators/mgmt/glusterd/src/glusterd-handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-handler.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-handler.c b/xlators/mgmt/glusterd/src/glusterd-handler.c index 1c65df422..51704b3d2 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handler.c +++ b/xlators/mgmt/glusterd/src/glusterd-handler.c @@ -438,7 +438,7 @@ glusterd_handle_cluster_lock (rpcsvc_request_t *req) ret = glusterd_op_sm_inject_event (GD_OP_EVENT_LOCK, ctx); out: - gf_log ("", GF_LOG_NORMAL, "Returning %d", ret); + gf_log ("", GF_LOG_DEBUG, "Returning %d", ret); return ret; } @@ -2654,7 +2654,7 @@ glusterd_op_txn_begin () ret = glusterd_op_sm_inject_event (GD_OP_EVENT_START_LOCK, NULL); - gf_log ("glusterd", GF_LOG_NORMAL, "Returning %d", ret); + gf_log ("glusterd", GF_LOG_DEBUG, "Returning %d", ret); out: if (locked && ret) -- cgit