diff options
author | Nithya Balachandran <nbalacha@redhat.com> | 2014-06-18 11:06:21 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-18 22:59:57 -0700 |
commit | f844e5019de872e0c138daa6257d1f6cac5a4aff (patch) | |
tree | 1b89c0bd47c9bc515ad8cae651407fe027a988d4 /xlators/cluster/dht/src/dht-rename.c | |
parent | 3dccc3da7485059996ad490d4bf9ba23693110f7 (diff) |
Cluster/DHT : Logging changes
Removed trailing spaces from the code
Change-Id: I427c9a01b514824f903e301863c2c29071db6483
BUG: 1075611
Signed-off-by: Nithya Balachandran <nbalacha@redhat.com>
Reviewed-on: http://review.gluster.org/8096
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-rename.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-rename.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/cluster/dht/src/dht-rename.c b/xlators/cluster/dht/src/dht-rename.c index 9b440a7690b..3120db218eb 100644 --- a/xlators/cluster/dht/src/dht-rename.c +++ b/xlators/cluster/dht/src/dht-rename.c @@ -459,7 +459,7 @@ dht_rename_cleanup (call_frame_t *frame) gf_msg_trace (this->name, 0, "unlinking linkfile %s @ %s => %s, (gfid = %s)", - local->loc.path, dst_hashed->name, + local->loc.path, dst_hashed->name, src_cached->name, gfid); xattr_new = dict_copy_with_ref (xattr, NULL); @@ -479,8 +479,8 @@ dht_rename_cleanup (call_frame_t *frame) dict_t *xattr_new = NULL; gf_msg_trace (this->name, 0, - "unlinking link %s => %s (%s), (gfid = %s)", - local->loc.path, local->loc2.path, + "unlinking link %s => %s (%s), (gfid = %s)", + local->loc.path, local->loc2.path, src_cached->name, gfid); xattr_new = dict_copy_with_ref (xattr, NULL); @@ -579,7 +579,7 @@ dht_rename_cbk (call_frame_t *frame, void *cookie, xlator_t *this, if (op_ret == -1) { gf_msg (this->name, GF_LOG_WARNING, op_errno, DHT_MSG_RENAME_FAILED, - "%s: Rename on %s failed, (gfid = %s) ", + "%s: Rename on %s failed, (gfid = %s) ", local->loc.path, prev->this->name, local->loc.inode? uuid_utoa(local->loc.inode->gfid):""); local->op_ret = op_ret; |