mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-30 13:17:11 -05:00
Chore: fix MphDomainMatcher log
This commit is contained in:
parent
c71ae9b310
commit
cb4dd644fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user