mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add version to a deprecation log message.
This commit is contained in:
parent
341b6622c8
commit
5f7f335efe
@ -374,7 +374,7 @@ class SerializerExtension(Extension, object):
|
||||
Dumper=OrderedDictDumper).strip()
|
||||
if yaml_txt.endswith('\n...\n'):
|
||||
log.info('Yaml filter ended with "\n...\n". This trailing string '
|
||||
'will be removed in the future.')
|
||||
'will be removed in Boron.')
|
||||
return Markup(yaml_txt)
|
||||
|
||||
def format_python(self, value):
|
||||
|
Loading…
Reference in New Issue
Block a user