diff --git a/test/e2e/util.go b/test/e2e/util.go index 061f4e63fa5..fc02d772b9d 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -760,7 +760,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