[Modify] Use Error
This commit is contained in:
parent
3f8420259f
commit
dd2579fd99
@ -964,7 +964,7 @@ namespace WebSocketSharp
|
||||
OnError.Emit (this, new ErrorEventArgs (message, exception));
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Fatal (ex.ToString ());
|
||||
_logger.Error (ex.ToString ());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user