summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/dht/src/dht-common.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index f7b3ffd5aae..7e5d727104e 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -8115,14 +8115,16 @@ dht_rmdir_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
prev = cookie;
src = prev;
-gf_log ("dht", GF_LOG_INFO, "dht_rmdir_lookup_cbk %s", local->loc.path);
+ gf_msg_debug (this->name, 0, "dht_rmdir_lookup_cbk %s",
+ local->loc.path);
+
readdirp_frame = local->main_frame;
readdirp_local = readdirp_frame->local;
if (op_ret != 0) {
gf_msg (this->name, GF_LOG_WARNING, op_errno,
- DHT_MSG_NOT_LINK_FILE_ERROR,
+ DHT_MSG_FILE_LOOKUP_FAILED,
"lookup failed for %s on %s (type=0%o)",
local->loc.path, src->name, stbuf->ia_type);
goto err;
@@ -8331,7 +8333,7 @@ dht_rmdir_is_subvol_empty (call_frame_t *frame, xlator_t *this,
gf_uuid_unparse(lookup_local->loc.gfid, gfid);
- gf_msg_debug (this->name, 0,
+ gf_msg_trace (this->name, 0,
"looking up %s on subvolume %s, gfid = %s",
lookup_local->loc.path, src->name, gfid);
@@ -8353,7 +8355,7 @@ dht_rmdir_is_subvol_empty (call_frame_t *frame, xlator_t *this,
lookup_local->loc.path, gfid);
gf_msg_debug (this->name, 0,
- "looking up %s on subvolume %s, gfid = %s",
+ "looking up %s on subvol %s, gfid = %s",
lookup_local->loc.path, src->name, gfid);
STACK_WIND_COOKIE (lookup_frame, dht_rmdir_lookup_cbk,
@@ -8362,7 +8364,7 @@ dht_rmdir_is_subvol_empty (call_frame_t *frame, xlator_t *this,
} else {
gf_msg_debug (this->name, 0,
"Looking up linkfile target %s on "
- " subvolume %s, gfid = %s",
+ " subvol %s, gfid = %s",
lookup_local->loc.path, subvol->name,
gfid);
@@ -8495,9 +8497,6 @@ dht_rmdir_readdirp_do (call_frame_t *readdirp_frame, xlator_t *this)
return 0;
}
- gf_msg_debug ("this->name", 0, "Calling dht_rmdir_readdirp_do for %p",
- readdirp_frame);
-
STACK_WIND_COOKIE (readdirp_frame, dht_rmdir_readdirp_cbk,
local->hashed_subvol,
local->hashed_subvol,