We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9215db3 commit a2e0185Copy full SHA for a2e0185
1 file changed
kcp2k/kcp2k/highlevel/KcpPeer.cs
@@ -753,7 +753,7 @@ public void SendHandshake()
753
byte[] cookieBytes = BitConverter.GetBytes(cookie);
754
755
// GetType() shows Server/ClientConn instead of just Connection.
756
- Log.Info($"{identifier}: sending Handshake to other end with cookie={cookie}!");
+ Log.Info($"{identifier}: sending handshake to other end with cookie={cookie}");
757
SendReliable(KcpHeader.Handshake, new ArraySegment<byte>(cookieBytes));
758
}
759
0 commit comments