diff --git a/processor/regex.go b/processor/regex.go index d1078bb..9bd3472 100644 --- a/processor/regex.go +++ b/processor/regex.go @@ -77,7 +77,7 @@ func ProcessRegex(content string, command utils.ModifyCommand, filename string) processRegexLogger.Debug("Pattern complexity estimate: %d", patternComplexity) if len(indices) == 0 { - processRegexLogger.Warning("No matches found for regex: %q", pattern) + processRegexLogger.Warning("No matches found for regex: %s", pattern) processRegexLogger.Debug("Total regex processing time: %v", time.Since(startTime)) return commands, nil }