mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-06-19 22:15:04 +08:00
more debug info.
This commit is contained in:
parent
00cefa75d9
commit
16b1d91e24
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user