mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-23 17:08:53 +00:00
Debug level No incoming connections
This commit is contained in:
parent
99682fb3a7
commit
8695701058
@ -2065,7 +2065,7 @@ namespace nodetool
|
|||||||
}
|
}
|
||||||
else
|
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());
|
MCLOG_RED(level, "global", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user