Debug level No incoming connections

This commit is contained in:
wowario 2023-02-12 22:39:01 +03:00
parent 08d3f7c6b6
commit 5a90898bf6
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 1 additions and 1 deletions

View File

@ -2065,7 +2065,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());
}
}