Commit 07a44662 authored by Him188's avatar Him188

QQA Debugging update

parent fe1af199
...@@ -159,7 +159,7 @@ internal object KnownPacketFactories : List<PacketFactory<*>> by mutableListOf( ...@@ -159,7 +159,7 @@ internal object KnownPacketFactories : List<PacketFactory<*>> by mutableListOf(
if (packetFactory == null) { if (packetFactory == null) {
bot.logger.warning("找不到包 PacketFactory") bot.logger.warning("找不到包 PacketFactory")
PacketLogger.verbose("最外层解密后的 body = ${this.readBytes().toUHexString()}") PacketLogger.verbose("传递给 PacketFactory 的数据 = ${this.readBytes().toUHexString()}")
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment