Skip to content

Commit

Permalink
dev_tool create - log created manifest type
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Jan 17, 2021
1 parent c0ce727 commit cb810a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifesttool/dev_tool/actions/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@ def create_dev_manifest(
update_certificate=Path(dev_cfg['certificate']),
asn1_codec_class=manifest_version
)
logger.info(
'Created manifest in %s schema for %s update campaign',
manifest_version.get_name(),
'delta' if payload_format == PayloadFormat.PATCH else 'full'
)
return manifest_bin

def bump_minor(sem_ver: str):
Expand Down

0 comments on commit cb810a3

Please sign in to comment.