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