[Modify] Use Error
This commit is contained in:
parent
29a858e340
commit
752da8a7f5
@ -1783,7 +1783,7 @@ namespace WebSocketSharp
|
|||||||
OnClose.Emit (this, e);
|
OnClose.Emit (this, e);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_logger.Fatal (ex.ToString ());
|
_logger.Error (ex.ToString ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user