Merge pull request #5837 from satnam6502/logging

Fix error message for logging e2e test
This commit is contained in:
Robert Bailey 2015-03-24 07:57:51 -07:00
commit 1724cbaa5e

View File

@ -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)
}