Fix migrate of soutv

This commit is contained in:
Karlatemp 2021-12-29 18:32:34 +08:00
parent de64a59087
commit 1b7c1286ef
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -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")