diff --git a/test/e2e/es_cluster_logging.go b/test/e2e/es_cluster_logging.go index 5a921688bed..1c6eeac0681 100644 --- a/test/e2e/es_cluster_logging.go +++ b/test/e2e/es_cluster_logging.go @@ -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) }