1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 21:36:13 -04:00

Chore: fix MphDomainMatcher log

This commit is contained in:
loyalsoldier 2021-03-16 19:21:14 +08:00
parent c71ae9b310
commit cb4dd644fc
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -75,7 +75,7 @@ func (rr *RoutingRule) BuildCondition() (Condition, error) {
if err != nil {
return nil, newError("failed to build domain condition with MphDomainMatcher").Base(err)
}
newError("MphDomainMatcher is enabled for ", len(rr.Domain), "domain rules(s)").AtDebug().WriteToLog()
newError("MphDomainMatcher is enabled for ", len(rr.Domain), " domain rule(s)").AtDebug().WriteToLog()
conds.Add(matcher)
case "linear":
fallthrough