Chore: some chores

This commit is contained in:
Dreamacro
2021-04-05 13:31:10 +08:00
parent 42e21b3733
commit 3aefa1d924
4 changed files with 3 additions and 4 deletions

View File

@ -335,7 +335,7 @@ func match(metadata *C.Metadata) (C.Proxy, C.Rule, error) {
}
if metadata.NetWork == C.UDP && !adapter.SupportUDP() {
log.Debugln("%v UDP is not supported", adapter.Name())
log.Debugln("%s UDP is not supported", adapter.Name())
continue
}
return adapter, rule, nil