1
0
Fork 0

Harmonise logging

timestamps
dump_stack() 2023-03-22 18:24:09 +00:00
parent 7e050d9e99
commit 7b16a439d8
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ func installKernel(sk config.KernelMask, pkgname string, force bool) (err error)
if force {
slog.Info().Msg("Reinstall")
} else {
slog.Debug().Msg("Already installed")
slog.Info().Msg("Already installed")
return
}
}