From 1b7c1286efa45ca1f8033765044bac36fb859884 Mon Sep 17 00:00:00 2001 From: Karlatemp Date: Wed, 29 Dec 2021 18:32:34 +0800 Subject: [PATCH] Fix migrate of `soutv` --- mirai-core/src/commonMain/kotlin/utils/contentToString.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core/src/commonMain/kotlin/utils/contentToString.kt b/mirai-core/src/commonMain/kotlin/utils/contentToString.kt index a70a13dbb..13167209a 100644 --- a/mirai-core/src/commonMain/kotlin/utils/contentToString.kt +++ b/mirai-core/src/commonMain/kotlin/utils/contentToString.kt @@ -37,7 +37,7 @@ private val SoutvLogger: MiraiLogger by lazy { @Deprecated( "", - ReplaceWith("this.printStructurally(name)", "net.mamoe.mirai.internal.utils.printStructurally"), + ReplaceWith("this.printStructure(name)", "net.mamoe.mirai.internal.utils.printStructure"), level = DeprecationLevel.ERROR ) @DeprecatedSinceMirai(errorSince = "2.10")