1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-08 01:24:57 +08:00
This commit is contained in:
fumiama
2021-12-28 22:50:19 +08:00
parent e6bbe5a9b2
commit bfffcdd547

View File

@@ -78,7 +78,7 @@ func (m *Me) listen() (conn *net.UDPConn, err error) {
logrus.Infoln("[link] trans")
}
} else {
logrus.Infoln("[link] packet to", packet.Dst, "is refused", "(me:", m.me, ")")
logrus.Infoln("[link] packet to", packet.Dst, "is refused")
}
}
}