summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-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 d97665fcc..8e196f8c5 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: