[Modify] Use Error

This commit is contained in:
sta 2015-12-24 21:18:40 +09:00
parent dd2579fd99
commit f472e91515

View File

@ -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);
}
}