[Modify] Use Error

This commit is contained in:
sta 2016-01-01 16:36:51 +09:00
parent b56cdd1aae
commit 1de22cb3b1

View File

@ -1825,7 +1825,7 @@ namespace WebSocketSharp
pong.WaitOne (timeout); pong.WaitOne (timeout);
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
return false; return false;
} }
} }