Add version to a deprecation log message.

This commit is contained in:
Warren Turkal 2015-02-24 22:54:43 -08:00 committed by C. R. Oldham
parent 341b6622c8
commit 5f7f335efe

View File

@ -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):