summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/utils/syncdaemon/resource.py
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2011-02-07 01:32:53 +0000
committerAnand V. Avati <avati@dev.gluster.com>2011-02-07 00:59:00 -0800
commit681928ddc750c28b12ec5097aff0dc694a5275d6 (patch)
tree0e44cb49171e0937afaef5bf80d96f34a25016c8 /xlators/features/marker/utils/syncdaemon/resource.py
parente266833e72749368019b7dcae32dc206d180acdd (diff)
syncdaemon: display slave role in log output
Signed-off-by: Csaba Henk <csaba@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2379 (master and slave log should be easier to distinguish) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2379
Diffstat (limited to 'xlators/features/marker/utils/syncdaemon/resource.py')
-rw-r--r--xlators/features/marker/utils/syncdaemon/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/marker/utils/syncdaemon/resource.py b/xlators/features/marker/utils/syncdaemon/resource.py
index bbf7459bb..93199f518 100644
--- a/xlators/features/marker/utils/syncdaemon/resource.py
+++ b/xlators/features/marker/utils/syncdaemon/resource.py
@@ -303,7 +303,7 @@ class GLUSTER(AbstractUrl, SlaveLocal, SlaveRemote):
try:
os.rmdir(d)
except:
- logging.warn('stale mount left behind on ' + d)
+ logging.warn('stale mount possibly left behind on ' + d)
logging.debug('auxiliary glusterfs mount prepared')
def connect_remote(self, *a, **kw):