[Modify] Use Error

This commit is contained in:
sta 2016-01-06 15:23:09 +09:00
parent fe722c35a1
commit af155532c6

View File

@ -2558,7 +2558,7 @@ namespace WebSocketSharp
completed (sent); completed (sent);
}, },
ex => { ex => {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred while sending data.", ex); error ("An exception has occurred while sending data.", ex);
}); });
} }