[Modify] Use Error
This commit is contained in:
parent
dd2579fd99
commit
f472e91515
@ -784,8 +784,8 @@ namespace WebSocketSharp
|
|||||||
OnClose.Emit (this, e);
|
OnClose.Emit (this, e);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_logger.Fatal (ex.ToString ());
|
_logger.Error (ex.ToString ());
|
||||||
error ("An exception has occurred during an OnClose event.", ex);
|
error ("An exception has occurred during the OnClose event.", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user