diff --git a/test/e2e/util.go b/test/e2e/util.go index 5b8dc6acf62..32ecfcde23e 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -773,7 +773,7 @@ func (p PodDiff) Print(ignorePhases util.StringSet) { continue } if info.phase == nonExist { - Logf("Pod %v was deleted, had phase %v and host %v", name, info.phase, info.hostname) + Logf("Pod %v was deleted, had phase %v and host %v", name, info.oldPhase, info.oldHostname) continue } phaseChange, hostChange := false, false