refactor: logs
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user