mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-25 06:50:09 +08:00
Log names rather than ids
This commit is contained in:
parent
749bab1232
commit
876a9c7ea5
@ -286,7 +286,7 @@ internal class TIMBotNetworkHandler internal constructor(coroutineContext: Corou
|
||||
it::class.annotations.filterIsInstance<NoLog>().any()
|
||||
}
|
||||
}?.let {
|
||||
bot.logger.verbose("Packet sent: ${it.packetId}")
|
||||
bot.logger.verbose("Packet sent: ${it.name}")
|
||||
}
|
||||
|
||||
PacketSentEvent(bot, packet).broadcast()
|
||||
|
Loading…
Reference in New Issue
Block a user