Putting keepalive failures under keepalive logging.
This commit is contained in:
parent
4b7c66379a
commit
5e644d53cf
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void rai::network::send_keepalive (rai::endpoint const & endpoint_a)
|
|||
auto node_l (node.shared ());
|
||||
send_buffer (bytes->data (), bytes->size (), endpoint_a, 0, [bytes, node_l, endpoint_a] (boost::system::error_code const & ec, size_t)
|
||||
{
|
||||
if (node_l->config.logging.network_logging ())
|
||||
if (node_l->config.logging.network_keepalive_logging ())
|
||||
{
|
||||
if (ec)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue