summaryrefslogtreecommitdiffstats
path: root/glances/amps_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/amps_list.py')
-rw-r--r--glances/amps_list.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/glances/amps_list.py b/glances/amps_list.py
index 1622dd32..ff3864a5 100644
--- a/glances/amps_list.py
+++ b/glances/amps_list.py
@@ -49,7 +49,9 @@ class AmpsList(object):
# Display a warning (deprecated) message if the monitor section exist
if "monitor" in self.config.sections():
logger.warning(
- "A deprecated [monitor] section exists in the Glances configuration file. You should use the new Applications Monitoring Process module instead (http://glances.readthedocs.io/en/develop/aoa/amps.html)."
+ "A deprecated [monitor] section exists in the Glances configuration file. You should use the new \
+ Applications Monitoring Process module instead \
+ (http://glances.readthedocs.io/en/develop/aoa/amps.html)."
)
header = "glances_"