summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon/repce.py
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-04-13 01:46:00 +0000
committerAnand Avati <avati@gluster.com>2011-04-13 04:42:44 -0700
commitc0139158ae8992513e93932d8670b5db8605ead2 (patch)
treeec402362034874de50c9379df90d39e26aa5028c /xlators/features/marker/utils/syncdaemon/repce.py
parent7cf0dbcd300f554985ebde4759511c048927c53a (diff)
syncdaemon: minor fixes
- whitespace fix - remove superfluous imports Signed-off-by: Csaba Henk <csaba@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon/repce.py')
-rw-r--r--xlators/features/marker/utils/syncdaemon/repce.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/repce.py b/xlators/features/marker/utils/syncdaemon/repce.py
index 1b8d0203c..8b7e0ae94 100644
--- a/xlators/features/marker/utils/syncdaemon/repce.py
+++ b/xlators/features/marker/utils/syncdaemon/repce.py
@@ -57,7 +57,7 @@ class RepceServer(object):
while True:
self.q.put(recv(self.inf))
except EOFError:
- logging.info("terminating on reaching EOF.")
+ logging.info("terminating on reaching EOF.")
def worker(self):
while True: