Parcourir la source

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

Him188 il y a 4 ans
Parent
commit
2696f0b95e

+ 1 - 1
mirai-core/src/commonMain/kotlin/network/components/NoticeProcessorPipeline.kt

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