Skip to content

Commit

Permalink
Update debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
nmayorsplit committed May 10, 2024
1 parent dc30b2c commit cb6b1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/grammar/condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func processMatchers(condMatchers []dtos.MatcherDTO, ctx *injection.Context, log
if err == nil {
matcherObjs = append(matcherObjs, m)
} else {
logger.Debug("error in BuildMaycher, reason: ", err.Error())
logger.Debug("error in BuildMatcher, reason: ", err.Error())
if _, ok := err.(datatypes.UnsupportedMatcherError); ok {
return nil, err
}
Expand Down

0 comments on commit cb6b1ae

Please sign in to comment.