mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 15:58:34 +00:00
change no incoming connections warning to debug
This commit is contained in:
parent
942e3abe96
commit
9b66a396a6
@ -2047,7 +2047,7 @@ namespace nodetool
|
|||||||
}
|
}
|
||||||
else
|
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());
|
MCLOG_RED(level, "Debug", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user