summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client3_1-fops.c
diff options
context:
space:
mode:
authorSachidananda Urs <sac@gluster.com>2011-10-29 16:46:43 +0530
committerVijay Bellur <vijay@gluster.com>2011-10-30 22:43:10 -0700
commite5d1f3ce842c7a3e7d3f86304b22b0e31141a2f3 (patch)
treee53c137a069d188ef4f615f54147016b329e8450 /xlators/protocol/client/src/client3_1-fops.c
parent99e5f3af513446f382e80e3086398532ca914692 (diff)
Move some of the messages to log level `TRACE'.
Change-Id: I41e6f39c5d0621942a310f550250034fd520ec76 BUG: 3761 Reviewed-on: http://review.gluster.com/644 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'xlators/protocol/client/src/client3_1-fops.c')
-rw-r--r--xlators/protocol/client/src/client3_1-fops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c
index ca8438d201f..f58d6a5e2c2 100644
--- a/xlators/protocol/client/src/client3_1-fops.c
+++ b/xlators/protocol/client/src/client3_1-fops.c
@@ -719,7 +719,7 @@ client3_1_flush_cbk (struct rpc_req *req, struct iovec *iov, int count,
if (rsp.op_ret >= 0) {
/* Delete all saved locks of the owner issuing flush */
ret = delete_granted_locks_owner (local->fd, local->owner);
- gf_log (this->name, GF_LOG_DEBUG,
+ gf_log (this->name, GF_LOG_TRACE,
"deleting locks of owner (%llu) returned %d",
(long long unsigned) local->owner, ret);
}