diff options
Diffstat (limited to 'xlators/protocol')
| -rw-r--r-- | xlators/protocol/client/src/client-lk.c | 8 | ||||
| -rw-r--r-- | xlators/protocol/client/src/client3_1-fops.c | 2 | ||||
| -rw-r--r-- | xlators/protocol/legacy/client/src/client-protocol.c | 2 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/xlators/protocol/client/src/client-lk.c b/xlators/protocol/client/src/client-lk.c index 8e78e5410f7..44c9060dd73 100644 --- a/xlators/protocol/client/src/client-lk.c +++ b/xlators/protocol/client/src/client-lk.c @@ -380,7 +380,7 @@ delete_granted_locks_owner (fd_t *fd, uint64_t owner)          this = THIS;          fdctx = this_fd_get_ctx (fd, this);          if (!fdctx) { -                gf_log (this->name, GF_LOG_DEBUG, +                gf_log (this->name, GF_LOG_WARNING,                          "fdctx not valid");                  ret = -1;                  goto out; @@ -404,7 +404,7 @@ delete_granted_locks_owner (fd_t *fd, uint64_t owner)          }          /* FIXME: Need to actually print the locks instead of count */ -        gf_log (this->name, GF_LOG_DEBUG, +        gf_log (this->name, GF_LOG_TRACE,                  "Number of locks cleared=%d", count);  out: @@ -438,7 +438,7 @@ delete_granted_locks_fd (clnt_fd_ctx_t *fdctx)          }          /* FIXME: Need to actually print the locks instead of count */ -        gf_log (this->name, GF_LOG_DEBUG, +        gf_log (this->name, GF_LOG_TRACE,                  "Number of locks cleared=%d", count);          return  ret; @@ -657,7 +657,7 @@ cleanup:          STACK_DESTROY (frame->root);          fd_count = decrement_reopen_fd_count (this, conf); -        gf_log (this->name, GF_LOG_DEBUG, +        gf_log (this->name, GF_LOG_TRACE,                  "Need to attempt lock recovery on %lld open fds",                  (unsigned long long) fd_count);  	return 0; 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);          } 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;  | 
