Signed-off-by: marinamoore <mmoore32@calpoly.edu>
This commit is contained in:
marinamoore 2019-04-12 16:43:52 -04:00
parent 1326a01080
commit 9d05ddef25

View file

@ -1519,7 +1519,7 @@ def _get_metadata_file(self, metadata_role, remote_filename,
if metadata_spec_minor_version > code_spec_minor_version or metadata_spec_fix_version > code_spec_fix_version:
logger.info("Downloaded metadata that specifies a higher minor " +
"spec_version. This code has version " + str(code_spec_version) +
"spec_version. This code has version " + str(tuf.SPECIFICATION_VERSION) +
"and the metadata lists version number " + str(metadata_spec_version) +
". The update will continue as the major versions match.")