1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

fix: info style for reviewed

This commit is contained in:
cssxsh 2023-09-22 18:13:42 +08:00
parent ed110cf142
commit ec78ba80ee
No known key found for this signature in database
GPG Key ID: 184E799A8BD73056

View File

@ -43,7 +43,7 @@ internal open class NettyNetworkHandler(
///////////////////////////////////////////////////////////////////////////
protected open fun handlePipelineException(ctx: ChannelHandlerContext, error: Throwable) {
setState { StateClosed(NettyChannelException(cause = error, message = "context=$context, address=$address")) }
setState { StateClosed(NettyChannelException(cause = error, message = "An unexpected exception was received from netty pipeline. (context=$context, address=$address)")) }
}
///////////////////////////////////////////////////////////////////////////