diff options
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 0b799932931..a113d54ecce 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1080,10 +1080,10 @@ dht_lookup_everywhere_done (call_frame_t *frame, xlator_t *this)                  return 0;          } -        gf_log (this->name, GF_LOG_INFO, "STATUS: hashed_subvol %s " -                "cached_subvol %s", -                (hashed_subvol == NULL)?"null":hashed_subvol->name, -                (cached_subvol == NULL)?"null":cached_subvol->name); +        gf_msg_debug (this->name, 0, "STATUS: hashed_subvol %s " +                      "cached_subvol %s", +                      (hashed_subvol == NULL)?"null":hashed_subvol->name, +                      (cached_subvol == NULL)?"null":cached_subvol->name);          if (!cached_subvol) {  | 
