mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Integrated hpfs in-proc sessions. (#134)
This commit is contained in:
@@ -158,7 +158,8 @@ namespace comm
|
||||
if (std::holds_alternative<hpws::error>(client_result))
|
||||
{
|
||||
const hpws::error error = std::get<hpws::error>(client_result);
|
||||
LOG_ERROR << "Outbound connection hpws error:" << error.first << " " << error.second;
|
||||
if (error.first != 202)
|
||||
LOG_ERROR << "Outbound connection hpws error:" << error.first << " " << error.second;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user