1
0
Fork 0

Fix log level

master
dump_stack() 2023-04-06 21:09:12 +00:00
parent be3f519573
commit 87a5c389df
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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