[Modify] Replace it
This commit is contained in:
parent
0d5b7d4553
commit
422be7a256
@ -848,7 +848,8 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
processException (ex, "An exception has occurred while connecting.");
|
_logger.Fatal (ex.ToString ());
|
||||||
|
fatal ("An exception has occurred while connecting.", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user