From be438f9aa70cce9d14d72d7cf8ddee89738db36c Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Thu, 10 Dec 2015 18:53:37 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/12940 Reviewed-by: Aravinda VK Tested-by: Gluster Build System Reviewed-by: Venky Shankar Tested-by: NetBSD Build System --- xlators/features/changelog/src/changelog-helpers.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xlators/features/changelog/src') 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) { -- cgit