1
0

Fix log level

This commit is contained in:
dump_stack() 2023-04-06 21:09:12 +00:00
parent be3f519573
commit 87a5c389df
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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