Skip to content

Commit 816bac0

Browse files
authored
Merge 35a0586 into 6442a62
2 parents 6442a62 + 35a0586 commit 816bac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Confuser.Core/Marker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ protected Rules ParseRules(ConfuserProject proj, ProjectModule module, ConfuserC
215215
ret.Add(rule, parser.Parse(rule.Pattern));
216216
}
217217
catch (InvalidPatternException ex) {
218-
context.Logger.ErrorFormat("Invalid rule pattern: " + rule.Pattern + ".", ex);
218+
context.Logger.ErrorFormat("Invalid rule pattern: " + rule.Pattern + ": {0}", ex.Message);
219219
throw new ConfuserException(ex);
220220
}
221221
foreach (var setting in rule) {

0 commit comments

Comments
 (0)