mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 08:40:42 +00:00
Merge pull request #5837 from satnam6502/logging
Fix error message for logging e2e test
This commit is contained in:
commit
1724cbaa5e
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user