diff options
Diffstat (limited to 'xlators/protocol/client/src/saved-frames.c')
| -rw-r--r-- | xlators/protocol/client/src/saved-frames.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/saved-frames.c b/xlators/protocol/client/src/saved-frames.c index 501045fd148..17c796deec8 100644 --- a/xlators/protocol/client/src/saved-frames.c +++ b/xlators/protocol/client/src/saved-frames.c @@ -160,7 +160,7 @@ saved_frames_unwind (xlator_t *this, struct saved_frames *saved_frames,  	hdr.rsp.op_errno = hton32 (ENOTCONN);  	list_for_each_entry_safe (trav, tmp, &head->list, list) { -		gf_log (this->name, GF_LOG_ERROR, +		gf_log (this->name, GF_LOG_DEBUG,  			"forced unwinding frame type(%d) op(%s)",  			trav->type, gf_op_list[trav->op]);  | 
