forked from lthn/blockchain
gcc compilation fix
This commit is contained in:
parent
3ef937cfc5
commit
6bf7dd9307
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ namespace nodetool
|
|||
m_debug_requests_enabled = !command_line::get_arg(vm, arg_p2p_disable_debug_reqs);
|
||||
m_ip_auto_blocking_enabled = (command_line::get_arg(vm, arg_p2p_ip_auto_blocking) != 0);
|
||||
|
||||
LOG_PRINT_L0("p2p peers auto-blocking is " << (m_ip_auto_blocking_enabled ? "enabled" : "disabled"), LOG_LEVEL_0);
|
||||
LOG_PRINT_L0("p2p peers auto-blocking is " << (m_ip_auto_blocking_enabled ? "enabled" : "disabled"));
|
||||
|
||||
if (m_offline_mode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue