diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-28 15:11:21 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-28 15:11:21 +0530 |
commit | 7bbbc9c8786d079055138ac4f8ea98b576c73ce0 (patch) | |
tree | bcfb109a3f113259a61fae44d3057781808bb8ae /xlators/protocol/client/src/saved-frames.c | |
parent | 7ce91b4e860b7c077c64e54f49943b2f77972967 (diff) |
protocol client log cleanup
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 17c796dee..501045fd1 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_DEBUG, + gf_log (this->name, GF_LOG_ERROR, "forced unwinding frame type(%d) op(%s)", trav->type, gf_op_list[trav->op]); |