diff --git a/devices.py b/devices.py index 9100da3..5c0592b 100644 --- a/devices.py +++ b/devices.py @@ -343,9 +343,9 @@ class FrappyConfig(Device): session.log.info(all_info(allcfg)) if proposed: - info = all_info(proposed, 'proposed configuration: ') + info = all_info(proposed, 'proposed cfg changes: ') session.log.info(info) - session.log.warning('please consider to call: frappy.update() for above configuration') + session.log.warning('please consider to call: frappy.update() for doing above changes') if '?' in info: session.log.warning("but create cfg files first for items marked with '?'")