From 9b66a396a653174937fddb169e8f4aec4a6fac00 Mon Sep 17 00:00:00 2001 From: wowario Date: Tue, 6 Jul 2021 07:43:54 +0300 Subject: [PATCH] change no incoming connections warning to debug --- 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 ca559a650..45bc047ec 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2047,7 +2047,7 @@ namespace nodetool } else { - const el::Level level = el::Level::Warning; + const el::Level level = el::Level::Debug; MCLOG_RED(level, "Debug", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port()); } }