From 92a382dc13eaf6118015e980a7d331ecec228a76 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 f22c0e0d6..3023bf701 100644 --- a/src/p2p/net_node.inl +++ b/src/p2p/net_node.inl @@ -2089,7 +2089,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()); } }