better text

This commit is contained in:
2023-10-17 14:23:48 +02:00
parent 2c01121ccc
commit 062341ab8a

View File

@ -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 '?'")