mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-26 12:05:35 -05:00
lazy evaluation of log fields
This commit is contained in:
@@ -83,7 +83,7 @@ func ReadUDPRequest(packet []byte) (*Socks5UDPRequest, error) {
|
||||
}
|
||||
dataBegin = 5 + domainLength + 2
|
||||
default:
|
||||
log.Warning("Unknown address type %d", addrType)
|
||||
log.Warning("Unknown address type ", addrType)
|
||||
return nil, ErrorUnknownAddressType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user