mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added better error handling for socket errors.
This commit is contained in:
@@ -115,7 +115,7 @@ void std_terminate() noexcept
|
||||
}
|
||||
catch (std::exception &ex)
|
||||
{
|
||||
std::cerr << "std error: " << ex.what() << "\n";
|
||||
LOG_ERR << "std error: " << ex.what() << "\n";
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user