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