From 062341ab8a3af39d05088f1ecdd8236cbf21283d Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 17 Oct 2023 14:23:48 +0200 Subject: [PATCH] better text --- devices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '?'")