[Modify] Use Error
This commit is contained in:
parent
bcf65ed7d6
commit
b56cdd1aae
@ -1386,7 +1386,7 @@ namespace WebSocketSharp
|
||||
return true;
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Fatal (ex.ToString ());
|
||||
_logger.Error (ex.ToString ());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user