summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunny Kumar <sunkumar@redhat.com>2018-09-24 15:26:01 +0530
committerSunny Kumar <sunkumar@redhat.com>2018-09-24 15:29:55 +0530
commit257f71ea0ca30ddac2a202bb250df6bfa652751b (patch)
treee1d6934ddeabf330397667e0580abd05fbbc19dd
parent8297b909ab88e5ddb591cfb5aff0f06d14bd90cc (diff)
downloadglusterfs-257f71ea0ca30ddac2a202bb250df6bfa652751b.tar.gz
glusterfs-257f71ea0ca30ddac2a202bb250df6bfa652751b.tar.xz
glusterfs-257f71ea0ca30ddac2a202bb250df6bfa652751b.zip
geo-rep : fix log message in master.py
This patch fixes spell mistake in log message. Change-Id: I84779c64aef6698cbc1a60ae1a82533e8a6a6e3d updates: bz#1193929 Signed-off-by: Sunny Kumar <sunkumar@redhat.com>
-rw-r--r--geo-replication/syncdaemon/master.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py
index f25279ff3a..65eaf67309 100644
--- a/geo-replication/syncdaemon/master.py
+++ b/geo-replication/syncdaemon/master.py
@@ -927,7 +927,7 @@ class GMasterChangelogMixin(GMasterCommon):
failures1, retries, entry_ops1)
if not failures2:
pending_failures = False
- logging.info(lf('Sucessfully fixed entry ops with gfid '
+ logging.info(lf('Successfully fixed entry ops with gfid '
'mismatch', retry_count=retries))
else:
pending_failures = True
@@ -1172,7 +1172,7 @@ class GMasterChangelogMixin(GMasterCommon):
logging.info("Retry original entries. count = %s" % count)
failures = self.slave.server.entry_ops(entries)
if not failures:
- logging.info("Sucessfully fixed all entry ops with "
+ logging.info("Successfully fixed all entry ops with "
"gfid mismatch")
break