debug level for no incoming connections warning

pull/189/head
wowario 5 years ago
parent 95a6414342
commit 7b06d497f4
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1332,7 +1332,7 @@ namespace nodetool
return true;
if (get_incoming_connections_count() == 0)
{
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());
}
return true;

Loading…
Cancel
Save