1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-23 03:50:32 +08:00
This commit is contained in:
fumiama
2022-01-01 21:58:25 +08:00
parent b988019a01
commit dc9d37760a

View File

@@ -98,7 +98,7 @@ func (m *Me) listen() (conn *net.UDPConn, err error) {
logrus.Warnln("[link] packet dst", packet.Dst.String()+":"+strconv.Itoa(int(packet.DstPort)), "is not in peers") logrus.Warnln("[link] packet dst", packet.Dst.String()+":"+strconv.Itoa(int(packet.DstPort)), "is not in peers")
} }
} else { } else {
logrus.Warnln("[link] packet to", packet.Dst, "is refused") logrus.Warnln("[link] packet from", packet.Src, "to", packet.Dst, "is refused")
} }
} }
} }