[Modify] Use Error

master
sta 10 years ago
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…
Cancel
Save