refactor: logs
This commit is contained in:
parent
d733cde2ae
commit
d317769a64
@ -208,6 +208,8 @@ func (cmd *KernelCmd) Generate(g *Globals, km artifact.Target) (err error) {
|
|||||||
|
|
||||||
if cmd.ContainerCache {
|
if cmd.ContainerCache {
|
||||||
path := cache.ContainerURL(c.Name())
|
path := cache.ContainerURL(c.Name())
|
||||||
|
log.Debug().Msgf("import container %v from %v",
|
||||||
|
c.Name(), path)
|
||||||
err = container.Import(path, c.Name())
|
err = container.Import(path, c.Name())
|
||||||
if err != nil || cmd.shutdown {
|
if err != nil || cmd.shutdown {
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user