[Modify] Use Error

This commit is contained in:
sta 2015-12-27 16:26:33 +09:00
parent 29a858e340
commit 752da8a7f5

View File

@ -1783,7 +1783,7 @@ namespace WebSocketSharp
OnClose.Emit (this, e);
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.ToString ());
}
}