[Modify] Use Error

This commit is contained in:
sta 2015-12-31 17:59:53 +09:00
parent bcf65ed7d6
commit b56cdd1aae

View File

@ -1386,7 +1386,7 @@ namespace WebSocketSharp
return true; return true;
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
return false; return false;
} }
} }