Fix log level
This commit is contained in:
parent
be3f519573
commit
87a5c389df
@ -544,7 +544,7 @@ func genRootfsImage(d containerImageInfo, download bool) (rootfs string, err err
|
||||
rootfs = imagesPath + imageFile
|
||||
if !exists(rootfs) {
|
||||
if download {
|
||||
log.Debug().Msgf("%v not exists, start downloading...", imageFile)
|
||||
log.Info().Msgf("%v not available, start download", imageFile)
|
||||
err = downloadImage(imagesPath, imageFile)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user