Skip to content

Commit

Permalink
Fix error message for logging e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Mar 24, 2015
1 parent d0b468f commit 68bd985
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 68bd985

Please sign in to comment.