Skip to content

Commit

Permalink
added debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Jan 15, 2025
1 parent 0741725 commit be21fef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final class MatchPattern {
private final char[][] tokenizedChar;

MatchPattern(final String source, final String separator) {
DefaultLog.getInstance().warn(String.format("Creating MatchPattern('%s', '%s')..."));
DefaultLog.getInstance().warn(String.format("Creating MatchPattern('%s', '%s')...", source, separator));
regexPattern = SelectorUtils.isRegexPrefixedPattern(source)
? source.substring(
SelectorUtils.REGEX_HANDLER_PREFIX.length(),
Expand Down

0 comments on commit be21fef

Please sign in to comment.