mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 20:18:53 +00:00
debug level for no incoming connections warning
This commit is contained in:
parent
95a6414342
commit
7b06d497f4
@ -1332,7 +1332,7 @@ namespace nodetool
|
|||||||
return true;
|
return true;
|
||||||
if (get_incoming_connections_count() == 0)
|
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());
|
MCLOG_RED(level, "global", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user