Fix log output
This commit is contained in:
parent
fe3092371c
commit
c353618c17
@ -533,7 +533,7 @@ func genRootfsImage(d dockerImageInfo, download bool) (rootfs string, err error)
|
||||
rootfs = imagesPath + imageFile
|
||||
if !exists(rootfs) {
|
||||
if download {
|
||||
log.Print(imageFile, "not exists, start downloading...")
|
||||
log.Debug().Msgf("%v not exists, start downloading...", imageFile)
|
||||
err = downloadImage(imagesPath, imageFile)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user