mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-21 07:56:56 +08:00
Remove .debug
in mirai.network.debug.notice.pipeline.log.full
This commit is contained in:
parent
61c764bfe0
commit
2696f0b95e
@ -203,7 +203,7 @@ internal open class NoticeProcessorPipelineImpl private constructor() : NoticePr
|
||||
}
|
||||
|
||||
protected open fun packetToString(data: Any?): String =
|
||||
data.toDebugString("mirai.network.debug.notice.pipeline.log.full")
|
||||
data.toDebugString("mirai.network.notice.pipeline.log.full")
|
||||
|
||||
|
||||
companion object {
|
||||
|
Loading…
Reference in New Issue
Block a user