mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-05 18:44:42 +08:00
QQA Debugging update
This commit is contained in:
parent
fe1af19970
commit
07a44662cf
@ -159,7 +159,7 @@ internal object KnownPacketFactories : List<PacketFactory<*>> by mutableListOf(
|
||||
|
||||
if (packetFactory == null) {
|
||||
bot.logger.warning("找不到包 PacketFactory")
|
||||
PacketLogger.verbose("最外层解密后的 body = ${this.readBytes().toUHexString()}")
|
||||
PacketLogger.verbose("传递给 PacketFactory 的数据 = ${this.readBytes().toUHexString()}")
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user