1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00

chore: more log

This commit is contained in:
源文雨
2024-07-13 00:33:06 +09:00
parent 6ede65bf28
commit 4a4b18ee9f

View File

@@ -113,7 +113,7 @@ func (m *Me) listenthread(packet *head.Packet, addr *net.UDPAddr, index int, fin
var err error
packet.Data, err = p.Decode(packet.CipherIndex(), addt, packet.Data)
if err != nil {
logrus.Debugln("[listen] @", index, "drop invalid packet, addt:", addt, "err:", err)
logrus.Debugln("[listen] @", index, "drop invalid packet", ", key idx:", packet.CipherIndex(), "addt:", addt, "err:", err)
packet.Put()
return
}