Merge pull request 'change no incoming connections warning to debug' (#399) from wowario/wownero:warn into master

Reviewed-on: https://git.wownero.com/wownero/wownero/pulls/399
This commit is contained in:
wowario 2021-07-06 04:55:06 +00:00
commit a92df99e55
1 changed files with 1 additions and 1 deletions

View File

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