diff options
Diffstat (limited to 'xlators/protocol/legacy/client')
-rw-r--r-- | xlators/protocol/legacy/client/src/client-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/legacy/client/src/client-protocol.c b/xlators/protocol/legacy/client/src/client-protocol.c index 06bc07d3c..5c199e4dc 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; |