protocol/server: Changed logging level of message on deep resolution

Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 315 (generation number support)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=315
This commit is contained in:
Vijay Bellur 2009-11-26 00:53:49 +00:00 committed by Anand V. Avati
parent 61a73726a5
commit d1f3cdc4dc

View File

@ -229,7 +229,7 @@ resolve_path_deep (call_frame_t *frame)
this = frame->this;
resolve = state->resolve_now;
gf_log (BOUND_XL (frame)->name, GF_LOG_WARNING,
gf_log (BOUND_XL (frame)->name, GF_LOG_DEBUG,
"RESOLVE %s() seeking deep resolution of %s",
gf_fop_list[frame->root->op], resolve->path);