Skip to content

Commit

Permalink
protocol/server: Change log message severity
Browse files Browse the repository at this point in the history
Change-Id: Ia6aaf8a106c26fa7118c86fadb6805d2877bb6ee
BUG: 849630
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/6610
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
  • Loading branch information
vbellur committed Dec 28, 2013
1 parent 412e6ab commit 2909ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xlators/protocol/server/src/server-rpc-fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ server_finodelk_resume (call_frame_t *frame, xlator_t *bound_xl)
GF_UNUSED int ret = -1;
server_state_t *state = NULL;

gf_log (bound_xl->name, GF_LOG_WARNING, "frame %p, xlator %p",
gf_log (bound_xl->name, GF_LOG_DEBUG, "frame %p, xlator %p",
frame, bound_xl);

state = CALL_STATE (frame);
Expand Down Expand Up @@ -2298,7 +2298,7 @@ server_inodelk_resume (call_frame_t *frame, xlator_t *bound_xl)
GF_UNUSED int ret = -1;
server_state_t *state = NULL;

gf_log (bound_xl->name, GF_LOG_WARNING, "frame %p, xlator %p",
gf_log (bound_xl->name, GF_LOG_DEBUG, "frame %p, xlator %p",
frame, bound_xl);

state = CALL_STATE (frame);
Expand Down

0 comments on commit 2909ef3

Please sign in to comment.