From 5e14417b478520620bb5990eda41e3ad3e9af09c Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Sat, 29 Oct 2011 14:20:02 +0530 Subject: Move some of the messages to log level `TRACE'. Change-Id: I46133b5e2218b9d810251b3dadadd8f157ab07d7 BUG: 3761 Reviewed-on: http://review.gluster.com/643 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi --- xlators/protocol/client/src/client3_1-fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client/src/client3_1-fops.c') diff --git a/xlators/protocol/client/src/client3_1-fops.c b/xlators/protocol/client/src/client3_1-fops.c index 6f93eccc0d0..fe58786f78d 100644 --- a/xlators/protocol/client/src/client3_1-fops.c +++ b/xlators/protocol/client/src/client3_1-fops.c @@ -726,7 +726,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); } -- cgit