Skip to content

Commit

Permalink
Merge pull request kubernetes#5837 from satnam6502/logging
Browse files Browse the repository at this point in the history
Fix error message for logging e2e test
  • Loading branch information
roberthbailey committed Mar 24, 2015
2 parents a2d5f8f + 68bd985 commit 1724cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/es_cluster_logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,5 @@ func ClusterLevelLoggingWithElasticsearch(c *client.Client) {
Logf("After %s found all %d log lines", time.Since(start), expected)
return
}
Failf("Failed to find all %d log lines (%d were missing)", expected, missing)
Failf("Failed to find all %d log lines", expected)
}

0 comments on commit 1724cba

Please sign in to comment.