1
0
Fork 0

refactor: logs

timestamps
dump_stack() 2024-02-21 15:00:21 +00:00
parent d733cde2ae
commit d317769a64
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 2 additions and 0 deletions

View File

@ -208,6 +208,8 @@ func (cmd *KernelCmd) Generate(g *Globals, km artifact.Target) (err error) {
if cmd.ContainerCache {
path := cache.ContainerURL(c.Name())
log.Debug().Msgf("import container %v from %v",
c.Name(), path)
err = container.Import(path, c.Name())
if err != nil || cmd.shutdown {
return