[Modify] Use Error

This commit is contained in:
sta 2015-12-23 15:32:55 +09:00
parent 3f8420259f
commit dd2579fd99

View File

@ -964,7 +964,7 @@ namespace WebSocketSharp
OnError.Emit (this, new ErrorEventArgs (message, exception));
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.ToString ());
}
}