Skip to content

Commit

Permalink
update log level for invalid corpus item (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnaik authored Aug 3, 2023
1 parent 9b2e19a commit 2917efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/corpus/corpus.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func (c *Corpus) initializeSequences(sequenceFiles *corpusDirectory[calls.CallSe
}
c.unexecutedCallSequences = append(c.unexecutedCallSequences, sequence)
} else {
c.logger.Warn("Corpus item ", colors.Bold, sequenceFileData.fileName, colors.Reset, " disabled due to error when replaying it", sequenceInvalidError)
c.logger.Debug("Corpus item ", colors.Bold, sequenceFileData.fileName, colors.Reset, " disabled due to error when replaying it", sequenceInvalidError)
}

// Revert chain state to our starting point to test the next sequence.
Expand Down

0 comments on commit 2917efc

Please sign in to comment.