Skip to content

Commit a2e0185

Browse files
author
mischa
committed
improve log message for consistency
1 parent 9215db3 commit a2e0185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kcp2k/kcp2k/highlevel/KcpPeer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public void SendHandshake()
753753
byte[] cookieBytes = BitConverter.GetBytes(cookie);
754754

755755
// GetType() shows Server/ClientConn instead of just Connection.
756-
Log.Info($"{identifier}: sending Handshake to other end with cookie={cookie}!");
756+
Log.Info($"{identifier}: sending handshake to other end with cookie={cookie}");
757757
SendReliable(KcpHeader.Handshake, new ArraySegment<byte>(cookieBytes));
758758
}
759759

0 commit comments

Comments
 (0)