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

Reviewed-on: #399
pull/401/head
wowario 3 years ago
commit a92df99e55

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

Loading…
Cancel
Save