diff options
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index a113d54ecce..57019bb5646 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1818,7 +1818,7 @@ dht_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                        "op_errno %d", loc->path, op_ret, op_errno);          if (ENTRY_MISSING (op_ret, op_errno)) { -                gf_log (this->name, GF_LOG_INFO, "Entry %s missing on subvol" +                gf_msg_debug (this->name, 0, "Entry %s missing on subvol"                                " %s", loc->path, prev->this->name);                  if (conf->search_unhashed == GF_DHT_LOOKUP_UNHASHED_ON) {                          local->op_errno = ENOENT;  | 
