diff options
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index eda01e79324..98488c10885 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -6681,13 +6681,12 @@ dht_readdirp_cbk(call_frame_t *frame, void *cookie, xlator_t *this, int op_ret,                       orig_entry->d_name, orig_entry->d_type);          if (IA_ISINVAL(orig_entry->d_stat.ia_type)) { -            /*stat failed somewhere- ignore this entry*/ -            gf_msg_debug(this->name, EINVAL, -                         "Invalid stat, ignoring entry " -                         "%s gfid %s", +            /*stat failed somewhere- display this entry but the data may +             * be inaccurate. +             */ +            gf_msg_debug(this->name, EINVAL, "Invalid stat for %s (gfid %s)",                           orig_entry->d_name,                           uuid_utoa(orig_entry->d_stat.ia_gfid)); -            continue;          }          if (check_is_linkfile(NULL, (&orig_entry->d_stat), orig_entry->dict,  | 
