mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
debug level for no incoming connections warning
This commit is contained in:
parent
95a6414342
commit
7b06d497f4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue