From f844e5019de872e0c138daa6257d1f6cac5a4aff Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Wed, 18 Jun 2014 11:06:21 +0530 Subject: Cluster/DHT : Logging changes Removed trailing spaces from the code Change-Id: I427c9a01b514824f903e301863c2c29071db6483 BUG: 1075611 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/8096 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/dht/src/dht-rename.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xlators/cluster/dht/src/dht-rename.c') 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; -- cgit