This commit is contained in:
IamTheFij 2023-10-08 13:14:43 -07:00
parent 0aafe9a389
commit 63a752c1f2

View File

@ -99,7 +99,7 @@ func (job ContainerStartJob) Run() {
// Log exit code if failed
if containerJSON.State.ExitCode != 0 {
slog.Errorf(
"Exec job %s existed with code %d",
"Exec job %s exited with code %d",
job.name,
containerJSON.State.ExitCode,
)