From a2fea145428e8dcd02e86321e8f2f233f5cb93e5 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Fri, 7 Aug 2015 00:32:05 +0000 Subject: [PATCH] Fix typo in an e2e test utility log message. --- test/e2e/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/util.go b/test/e2e/util.go index d8928511b64..3449417c70e 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -1581,7 +1581,7 @@ func waitForNodeToBeNotReady(c *client.Client, name string, timeout time.Duratio func isNodeReadySetAsExpected(node *api.Node, wantReady bool) bool { // Check the node readiness condition (logging all). for i, cond := range node.Status.Conditions { - Logf("Node %s condition %d/%d: type: %v, status: %v, reason: %q, message: %q, last transistion time: %v", + Logf("Node %s condition %d/%d: type: %v, status: %v, reason: %q, message: %q, last transition time: %v", node.Name, i+1, len(node.Status.Conditions), cond.Type, cond.Status, cond.Reason, cond.Message, cond.LastTransitionTime) // Ensure that the condition type is readiness and the status