1
0
Fork 0

Fix log output

timestamps
dump_stack() 2023-04-06 13:12:57 +00:00
parent fe3092371c
commit c353618c17
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

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