request peer info token wrong

This commit is contained in:
TenderIronh
2022-06-15 23:20:13 +08:00
parent df23b30d2b
commit 0fb3bc4e26
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func Discover() (nat NAT, err error) {
var n int
_, _, err = socket.ReadFromUDP(answerBytes)
if err != nil {
gLog.Println(LvERROR, "UPNP discover error:", err)
gLog.Println(LvDEBUG, "UPNP discover error:", err)
return
}