summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils
diff options
context:
space:
mode:
authorCsaba Henk <csaba@redhat.com>2012-05-07 16:59:43 +0530
committerVijay Bellur <vijay@gluster.com>2012-05-19 05:27:41 -0700
commit73d2435beccdf1bad1b8c650de848ab0d42ea976 (patch)
treedc314e0a496347958b0f6e2c92d48e5071f7feb3 /xlators/features/marker/utils
parent2c2dbe72edb64b80144d9fb861886c0ceb5dc757 (diff)
geo-rep / gsyncd: typo fix
fix topy. Change-Id: I84df3e850dd24d9e86713dfa401c603a84a81ca6 BUG: 763302 Signed-off-by: Csaba Henk <csaba@redhat.com> Reviewed-on: http://review.gluster.com/3375 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/features/marker/utils')
-rw-r--r--xlators/features/marker/utils/syncdaemon/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/master.py b/xlators/features/marker/utils/syncdaemon/master.py
index d97665fccb2..8e196f8c5f4 100644
--- a/xlators/features/marker/utils/syncdaemon/master.py
+++ b/xlators/features/marker/utils/syncdaemon/master.py
@@ -367,7 +367,7 @@ class GMaster(object):
except (IOError, OSError):
ex = sys.exc_info()[1]
if ex.errno == ENOENT:
- logging.warn("salvaged ENOENT for" + e)
+ logging.warn("salvaged ENOENT for " + e)
self.add_failjob(blame, 'by-indulgently')
return False
else: