diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/marker/utils/syncdaemon/master.py | 2 |
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: |