From 38f3920ae59fc0f0b70ccf79131901cffc493ccd Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Mon, 7 May 2012 16:59:43 +0530 Subject: geo-rep / gsyncd: typo fix fix topy. Change-Id: I84df3e850dd24d9e86713dfa401c603a84a81ca6 BUG: 763302 Signed-off-by: Csaba Henk Reviewed-on: http://review.gluster.com/3375 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur Reviewed-on: http://review.gluster.com/3407 --- xlators/features/marker/utils/syncdaemon/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit