1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-06-19 14:05:04 +08:00

more debug info.

This commit is contained in:
Mrs4s 2020-10-20 20:00:17 +08:00
parent 00cefa75d9
commit 16b1d91e24

View File

@ -1101,7 +1101,7 @@ func (c *QQClient) netLoop() {
} }
rsp, err := decoder(c, pkt.SequenceId, payload) rsp, err := decoder(c, pkt.SequenceId, payload)
if err != nil { if err != nil {
//c.Error("decode pkt %v error: %v", pkt.CommandName, err) c.Debug("decode pkt %v error: %v", pkt.CommandName, err)
//log.Println("decode", pkt.CommandName, "error:", err) //log.Println("decode", pkt.CommandName, "error:", err)
} }
if f, ok := c.handlers.Load(pkt.SequenceId); ok { if f, ok := c.handlers.Load(pkt.SequenceId); ok {