summaryrefslogtreecommitdiffstats
path: root/glances/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/client.py')
-rw-r--r--glances/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/client.py b/glances/client.py
index d87fe658..3020ffb0 100644
--- a/glances/client.py
+++ b/glances/client.py
@@ -99,7 +99,7 @@ class GlancesClient(object):
# Fallback to SNMP
self.client_mode = 'snmp'
logger.error("Connection to Glances server failed ({} {})".format(err.errno, err.strerror))
- fall_back_msg = 'No Glances server found on {}. Trying fallback to SNMP...'.format(self.uri)
+ fall_back_msg = 'No Glances server found. Trying fallback to SNMP...'
if not self.return_to_browser:
print(fall_back_msg)
else: