diff --git a/v2/pkg/operators/matchers/match.go b/v2/pkg/operators/matchers/match.go index 8da6f6a56..fff0055de 100644 --- a/v2/pkg/operators/matchers/match.go +++ b/v2/pkg/operators/matchers/match.go @@ -120,7 +120,7 @@ func (m *Matcher) MatchBinary(corpus string) (bool, []string) { // Continue if the word doesn't match hexa, err := hex.DecodeString(binary) if err != nil { - gologger.Error().Msgf("Could not hex encode the given binary matcher value: '%s'", binary) + gologger.Warning().Msgf("Could not hex encode the given binary matcher value: '%s'", binary) if m.condition == ANDCondition { return false, []string{} }