[Modify] Use Error

This commit is contained in:
sta 2016-01-04 16:04:05 +09:00
parent 50dbfe716b
commit 2086107aee

View File

@ -1880,7 +1880,7 @@ namespace WebSocketSharp
send (opcode, cached, _compression != CompressionMethod.None);
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.ToString ());
}
}
}