1
0

refactor: logs

This commit is contained in:
2024-05-23 10:19:46 +00:00
parent 8437d61df7
commit 75dd8f4a51
6 changed files with 14 additions and 14 deletions

View File

@@ -263,7 +263,7 @@ func (cmd *KernelCmd) Generate(g *Globals, km artifact.Target) (err error) {
}
if cmd.stats.success >= cmd.Max {
log.Print("Max is reached")
log.Info().Msg("Max is reached")
swg.Done()
break
}