diff options
| -rw-r--r-- | xlators/cluster/dht/src/dht-rename.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-rename.c b/xlators/cluster/dht/src/dht-rename.c index 8ea16253898..f1c7d6bce66 100644 --- a/xlators/cluster/dht/src/dht-rename.c +++ b/xlators/cluster/dht/src/dht-rename.c @@ -1152,7 +1152,7 @@ dht_rename (call_frame_t *frame, xlator_t *this,          local->dst_hashed = dst_hashed;          local->dst_cached = dst_cached; -        gf_log (this->name, GF_LOG_TRACE, +        gf_log (this->name, GF_LOG_INFO,                  "renaming %s (hash=%s/cache=%s) => %s (hash=%s/cache=%s)",                  oldloc->path, src_hashed->name, src_cached->name,                  newloc->path, dst_hashed->name,  | 
