[Modify] Replace it

This commit is contained in:
sta 2016-01-12 15:02:07 +09:00
parent 0d5b7d4553
commit 422be7a256

View File

@ -848,7 +848,8 @@ namespace WebSocketSharp
}
}
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;