debug level for no incoming connections warning

This commit is contained in:
wowario 2019-03-11 12:04:49 +03:00
parent 95a6414342
commit 7b06d497f4
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 1 additions and 1 deletions

View File

@ -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;