From e5d1f3ce842c7a3e7d3f86304b22b0e31141a2f3 Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Sat, 29 Oct 2011 16:46:43 +0530 Subject: 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 Reviewed-by: Amar Tumballi --- xlators/protocol/legacy/client/src/client-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/legacy/client/src/client-protocol.c') diff --git a/xlators/protocol/legacy/client/src/client-protocol.c b/xlators/protocol/legacy/client/src/client-protocol.c index 06bc07d3c40..5c199e4dc22 100644 --- a/xlators/protocol/legacy/client/src/client-protocol.c +++ b/xlators/protocol/legacy/client/src/client-protocol.c @@ -479,7 +479,7 @@ client_start_ping (void *data) } if (frame_count < 0) { - gf_log (this->name, GF_LOG_DEBUG, + gf_log (this->name, GF_LOG_TRACE, "saved_frames->count is %"PRId64, conn->saved_frames->count); conn->saved_frames->count = 0; -- cgit