diff --git a/kernel.go b/kernel.go index 956a835..37d1187 100644 --- a/kernel.go +++ b/kernel.go @@ -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) } }