[Modify] Use Error
This commit is contained in:
parent
ebdaecfd19
commit
50dbfe716b
@ -1857,7 +1857,7 @@ namespace WebSocketSharp
|
||||
sendBytes (cached);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Fatal (ex.ToString ());
|
||||
_logger.Error (ex.ToString ());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user