diff --git a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -638,11 +638,11 @@ if (!Options.PrintNEW) return; PrintStats(Text, ""); - if (Options.Verbosity) { + if (Options.Verbosity >= 2) { Printf(" L: %zd/%zd ", U.size(), Corpus.MaxInputSize()); MD.PrintMutationSequence(Options.Verbosity >= 2); - Printf("\n"); } + Printf("\n"); } void Fuzzer::ReportNewCoverage(InputInfo *II, const Unit &U) {