summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKotresh HR <khiremat@redhat.com>2015-12-10 18:53:37 +0530
committerVenky Shankar <vshankar@redhat.com>2015-12-14 19:41:27 -0800
commitbe438f9aa70cce9d14d72d7cf8ddee89738db36c (patch)
tree165a051eb920d1446e609dba923c1f9ff153ebe1
parent22827d51c232c44a8f5ac003529d907d93baf7b0 (diff)
features/changelog: Remove incorrect error message
During changelog_rollover, the rename error is logged even though changelog rollover is successful. This got mistakenly added as part of commit 64e6836ac8fb96f38a859eea0d8525cd9bd2693f (http://review.gluster.org/10532). Removing the same. Change-Id: I7ac1a16b41de5a6a4d7e714946585dff3ce0e83b BUG: 1290421 Signed-off-by: Kotresh HR <khiremat@redhat.com> Reviewed-on: http://review.gluster.org/12940 Reviewed-by: Aravinda VK <avishwan@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Venky Shankar <vshankar@redhat.com> Tested-by: NetBSD Build System <jenkins@build.gluster.org>
-rw-r--r--xlators/features/changelog/src/changelog-helpers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/features/changelog/src/changelog-helpers.c b/xlators/features/changelog/src/changelog-helpers.c
index e352f2ec859..5783aaf3e29 100644
--- a/xlators/features/changelog/src/changelog-helpers.c
+++ b/xlators/features/changelog/src/changelog-helpers.c
@@ -476,10 +476,6 @@ changelog_rollover_changelog (xlator_t *this,
if (!ret && (cl_empty_flag == 0)) {
notify = 1;
- gf_msg (this->name, GF_LOG_ERROR, errno,
- CHANGELOG_MSG_RENAME_ERROR,
- "error renaming %s -> %s",
- ofile, nfile);
}
if (!ret) {