[Modify] Polish it

This commit is contained in:
sta 2016-12-04 17:30:10 +09:00
parent 059624f23c
commit c9a11bdad8

View File

@ -1415,7 +1415,7 @@ namespace WebSocketSharp
private bool processPongFrame (WebSocketFrame frame)
{
_receivePong.Set ();
_logger.Trace ("Received a pong.");
_logger.Trace ("A pong frame was received.");
return true;
}