From 805781957ad5b08f60fa2622ca4bcfc94405de4f Mon Sep 17 00:00:00 2001 From: wowario Date: Sun, 23 Jun 2019 09:31:15 +0300 Subject: [PATCH] silent no incoming connections warning --- src/p2p/net_node.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl index 7450584b0..4fdb953bd 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -1579,7 +1579,7 @@ namespace nodetool } else { - const el::Level level = el::Level::Warning; + const el::Level level = el::Level::Debug; MCLOG_RED(level, "global", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port()); } }