Fix error message for logging e2e test

This commit is contained in:
Satnam Singh 2015-03-24 00:03:06 -07:00
parent d0b468f4b0
commit 68bd98596c

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