better text
This commit is contained in:
@ -343,9 +343,9 @@ class FrappyConfig(Device):
|
|||||||
session.log.info(all_info(allcfg))
|
session.log.info(all_info(allcfg))
|
||||||
|
|
||||||
if proposed:
|
if proposed:
|
||||||
info = all_info(proposed, 'proposed configuration: ')
|
info = all_info(proposed, 'proposed cfg changes: ')
|
||||||
session.log.info(info)
|
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:
|
if '?' in info:
|
||||||
session.log.warning("but create cfg files first for items marked with '?'")
|
session.log.warning("but create cfg files first for items marked with '?'")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user