Commit 32b526b0 authored by Him188's avatar Him188

Simplify log

parent 905d4ede
......@@ -360,7 +360,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
if (packet is CancellableEvent && packet.isCancelled) return
}
bot.logger.info("Received packet: ${packet.toString().replace("\n", """\n""").replace("\r", "")}")
bot.logger.info("Received: ${packet.toString().replace("\n", """\n""").replace("\r", "")}")
packetFactory?.run {
when (this) {
......
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