summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix-entry-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/storage/posix/src/posix-entry-ops.c')
-rw-r--r--xlators/storage/posix/src/posix-entry-ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix-entry-ops.c b/xlators/storage/posix/src/posix-entry-ops.c
index e7658e46543..9d336ee5f60 100644
--- a/xlators/storage/posix/src/posix-entry-ops.c
+++ b/xlators/storage/posix/src/posix-entry-ops.c
@@ -1281,6 +1281,8 @@ posix_rmdir (call_frame_t *frame, xlator_t *this,
} else {
(void) snprintf (tmp_path, sizeof(tmp_path), "%s/%s",
priv->trash_path, gfid_str);
+ gf_msg_debug (this->name, 0,
+ "Moving %s to %s", real_path, tmp_path);
op_ret = sys_rename (real_path, tmp_path);
pthread_cond_signal (&priv->janitor_cond);
}