diff options
| author | Vikas Gorur <vikas@gluster.com> | 2009-04-21 02:34:07 -0700 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-24 20:57:42 +0530 | 
| commit | 04532fe34c582f551ec7d81b3fa6168f3a4a4d21 (patch) | |
| tree | 00b55bf3d67b58e2a867f555ac9c84a6d7968554 /xlators/protocol/client/src/saved-frames.c | |
| parent | f99f41b67e500a38015b61781b59224a8395dd98 (diff) | |
Cleaned up log messages in client-protocol.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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]);  | 
