diff --git a/Assets/Mirror/Transports/KCP/KcpTransport.cs b/Assets/Mirror/Transports/KCP/KcpTransport.cs index 6b9e8fee5..1073747dd 100644 --- a/Assets/Mirror/Transports/KCP/KcpTransport.cs +++ b/Assets/Mirror/Transports/KCP/KcpTransport.cs @@ -365,7 +365,7 @@ protected virtual void OnLogStatistics() } } - public override string ToString() => $"KCP {port}"; + public override string ToString() => $"KCP [{port}]"; } } //#endif MIRROR <- commented out because MIRROR isn't defined on first import yet