diff --git a/task/manager.go b/task/manager.go index f7e3f117..5bd34fcf 100644 --- a/task/manager.go +++ b/task/manager.go @@ -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.",