install --ondev: ondev-prepare: fix log msg (MR 1953)

This commit is contained in:
Oliver Smith 2020-06-29 20:18:35 +02:00 committed by Bart Ribbers
parent 6fb194795a
commit e089d05a55
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ def install_on_device_installer(args, step, steps):
# properties (e.g. to display the version number), or transform the image
# file into another format. This can all be done without pmbootstrap
# changes in the postmarketos-ondev package.
logging.info(f"({suffix_installer}) ondev-prepare-image")
logging.info(f"({suffix_installer}) ondev-prepare")
channel = pmb.config.pmaports.read_config(args)["channel"]
channel_cfg = pmb.config.pmaports.read_config_channel(args)
env = {"ONDEV_CHANNEL": channel,