aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/fuzzer/stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/fuzzer/stats.go b/pkg/fuzzer/stats.go
index 38bef0405..c860b8bb9 100644
--- a/pkg/fuzzer/stats.go
+++ b/pkg/fuzzer/stats.go
@@ -27,7 +27,7 @@ type Stats struct {
func newStats() Stats {
return Stats{
StatCandidates: stats.Create("candidates", "Number of candidate programs in triage queue",
- stats.Graph("corpus")),
+ stats.Console, stats.Graph("corpus")),
statNewInputs: stats.Create("new inputs", "Potential untriaged corpus candidates",
stats.Graph("corpus")),
statJobs: stats.Create("fuzzer jobs", "Total running fuzzer jobs", stats.NoGraph),