diff options
author | Pranith K <pranithk@gluster.com> | 2010-10-11 06:42:32 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-11 07:31:25 -0700 |
commit | bf68324270f7e15f140ccb74ab355f8179cce92f (patch) | |
tree | 78f7e808c1b4974bdd786e60165f3bbce72a661f /xlators/mgmt/glusterd/src/glusterd-op-sm.c | |
parent | 47a87215e30d3ea2dc6ec9ae178f5a9e3eae9e96 (diff) |
Set correct logging level for log messages
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1887 (logging mess)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1887
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c index 78bec9a0e85..ca935841593 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -4578,7 +4578,7 @@ glusterd_op_send_cli_response (int32_t op, int32_t op_ret, goto out; out: - gf_log ("", GF_LOG_NORMAL, "Returning %d", ret); + gf_log ("", GF_LOG_DEBUG, "Returning %d", ret); return ret; } @@ -4657,7 +4657,7 @@ out: if (op_errstr && (strcmp (op_errstr, ""))) GF_FREE (op_errstr); - gf_log ("glusterd", GF_LOG_NORMAL, "Returning %d", ret); + gf_log ("glusterd", GF_LOG_DEBUG, "Returning %d", ret); return ret; } @@ -5256,7 +5256,7 @@ glusterd_op_set_cli_op (gf_mgmt_procnum op) opinfo.cli_op = op; out: - gf_log ("", GF_LOG_NORMAL, "Returning %d", ret); + gf_log ("", GF_LOG_DEBUG, "Returning %d", ret); return ret; } |