diff options
Diffstat (limited to 'xlators/storage/posix/src/posix-helpers.c')
| -rw-r--r-- | xlators/storage/posix/src/posix-helpers.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix-helpers.c b/xlators/storage/posix/src/posix-helpers.c index 06b5cedcb..71e1eb495 100644 --- a/xlators/storage/posix/src/posix-helpers.c +++ b/xlators/storage/posix/src/posix-helpers.c @@ -833,7 +833,7 @@ posix_janitor_thread_proc (void *data)                  time (&now);                  if ((now - priv->last_landfill_check) > priv->janitor_sleep_duration) {                          gf_log (this->name, GF_LOG_TRACE, -                                "janitor cleaning out /" GF_REPLICATE_TRASH_DIR); +                                "janitor cleaning out %s", priv->trash_path);                          nftw (priv->trash_path,                                janitor_walker,  | 
