From 90fba5e3f6a22df10a489e813a254f1cada6ec84 Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Thu, 15 Aug 2024 06:37:45 -0700 Subject: [PATCH] checkpoint Signed-off-by: Jeff Ortel --- task/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",