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:
parent
ed110cf142
commit
ec78ba80ee
@ -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)")) }
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user