Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Aug 15, 2024
1 parent b379a5d commit 90fba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ func (m *Manager) terminateContainer(task *Task, pod *core.Pod, container string
} else {
task.Event(
ContainerKilled,
"container: '%s' has not terminated.",
"container: '%s' had not terminated.",
container)
Log.Info(
"Container KILLED.",
Expand Down

0 comments on commit 90fba5e

Please sign in to comment.