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-inode-read.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-inode-read.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-inode-read.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/xlators/cluster/dht/src/dht-inode-read.c b/xlators/cluster/dht/src/dht-inode-read.c index aac402a2a42..9a7b3e22354 100644 --- a/xlators/cluster/dht/src/dht-inode-read.c +++ b/xlators/cluster/dht/src/dht-inode-read.c @@ -235,8 +235,7 @@ dht_attr_cbk (call_frame_t *frame, void *cookie, xlator_t *this, local->op_errno = op_errno; gf_msg_debug (this->name, 0, "subvolume %s returned -1 (%s)", - prev->this->name, - strerror (op_errno)); + prev->this->name, strerror (op_errno)); goto unlock; } @@ -600,8 +599,7 @@ dht_access (call_frame_t *frame, xlator_t *this, loc_t *loc, int32_t mask, subvol = local->cached_subvol; if (!subvol) { gf_msg_debug (this->name, 0, - "no cached subvolume for path=%s", - loc->path); + "no cached subvolume for path=%s", loc->path); op_errno = EINVAL; goto err; } @@ -977,8 +975,7 @@ dht_xattrop (call_frame_t *frame, xlator_t *this, loc_t *loc, subvol = local->cached_subvol; if (!subvol) { gf_msg_debug (this->name, 0, - "no cached subvolume for path=%s", - loc->path); + "no cached subvolume for path=%s", loc->path); op_errno = EINVAL; goto err; } @@ -1077,8 +1074,7 @@ dht_inodelk (call_frame_t *frame, xlator_t *this, const char *volume, subvol = local->cached_subvol; if (!subvol) { gf_msg_debug (this->name, 0, - "no cached subvolume for path=%s", - loc->path); + "no cached subvolume for path=%s", loc->path); op_errno = EINVAL; goto err; } |