diff options
| author | Kaushal M <kaushal@gluster.com> | 2011-10-31 14:31:40 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vijay@gluster.com> | 2011-11-03 02:04:50 -0700 | 
| commit | 8af07a0d44059f0046d54f5926dce40a04818493 (patch) | |
| tree | 3017203a403a1b6a1ed8ce30402607f282db93b8 /xlators/cluster/afr/src | |
| parent | 2379475bda40de6349e94506e0c7ea9386c9b514 (diff) | |
cluster/afr : Remove wrong log message in afr-open.c
Removes a wrong and unneeded log message in afr-open.c
Change-Id: I682c9e1281867e6ccbed7099268e4015f9783ccd
BUG: 3443
Reviewed-on: http://review.gluster.com/648
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pranithk@gluster.com>
Diffstat (limited to 'xlators/cluster/afr/src')
| -rw-r--r-- | xlators/cluster/afr/src/afr-open.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/cluster/afr/src/afr-open.c b/xlators/cluster/afr/src/afr-open.c index 306f5a85af0..41db67d7f81 100644 --- a/xlators/cluster/afr/src/afr-open.c +++ b/xlators/cluster/afr/src/afr-open.c @@ -322,9 +322,6 @@ afr_openfd_sh_unwind (call_frame_t *frame, xlator_t *this, int32_t op_ret,          UNLOCK (&local->fd->lock);          if (call_count == 0) { -                gf_log (this->name, GF_LOG_WARNING, -                        "fd not open on any subvolume %p (%s)", -                        local->fd, local->loc.path);                  abandon = 1;                  goto out;          } @@ -619,10 +616,6 @@ afr_openfd_flush (call_frame_t *frame, xlator_t *this, fd_t *fd)          UNLOCK (&local->fd->lock);          if (call_count == 0) { -                gf_log (this->name, GF_LOG_WARNING, -                        "fd not open on any subvolume %p (%s)", -                        fd, local->loc.path); -                no_open = 1;                  goto out;          }  | 
