Remove .debug in mirai.network.debug.notice.pipeline.log.full

This commit is contained in:
Him188 2021-08-16 13:48:45 +08:00
parent 61c764bfe0
commit 2696f0b95e

View File

@ -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 {