diff options
author | Nithya Balachandran <nbalacha@redhat.com> | 2014-08-22 15:16:40 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-08-24 21:55:19 -0700 |
commit | 3f019874a4726d4b2df7c8e81581b9bed5caeb93 (patch) | |
tree | 03b26dd4b7f0323f8e4c2ea1ebddf4b97037fb92 /xlators/cluster/dht/src/dht-rename.c | |
parent | 75dfbf709126945f45507d7fa9d9b2b7eee68fc2 (diff) |
Cluster/DHT : Additional log messages
Adding log messages in the rename and lookup calls to
help with debugging.
Change-Id: I13b1c6f98fb49ead45362550c46359ab1f9028c0
BUG: 1130888
Signed-off-by: Nithya Balachandran <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/8516
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-rename.c')
-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 3b023343231..ce7df8442bf 100644 --- a/xlators/cluster/dht/src/dht-rename.c +++ b/xlators/cluster/dht/src/dht-rename.c @@ -1029,7 +1029,7 @@ dht_rename (call_frame_t *frame, xlator_t *this, local->dst_hashed = dst_hashed; local->dst_cached = dst_cached; - gf_msg_trace (this->name, 0, + gf_msg_debug (this->name, 0, "renaming %s (hash=%s/cache=%s) => %s" " (hash=%s/cache=%s)", oldloc->path, src_hashed->name, src_cached->name, |