Chore: distinguish udp request in log (#449)

This commit is contained in:
Siji
2019-12-25 12:01:48 +08:00
committed by Dreamacro
parent dd61e8d19d
commit ecb9e4f57d
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ import (
)
var (
errIPNotFound = errors.New("cannot found ip")
errIPNotFound = errors.New("couldn't find ip")
errIPVersion = errors.New("ip version error")
)