[Modify] Polish it

This commit is contained in:
sta 2016-12-06 16:39:10 +09:00
parent f9b0c99b69
commit aea4f83186

View File

@ -1407,7 +1407,7 @@ namespace WebSocketSharp
if (!send (Fin.Final, Opcode.Pong, data, false)) if (!send (Fin.Final, Opcode.Pong, data, false))
return false; return false;
_logger.Debug ("A pong has been sent to respond to this ping."); _logger.Trace ("A pong has been sent to respond to this ping.");
if (_emitOnPing) if (_emitOnPing)
enqueueToMessageEventQueue (new MessageEventArgs (frame)); enqueueToMessageEventQueue (new MessageEventArgs (frame));