change no incoming connections warning to debug

release-v0.10.0.3
wowario 3 years ago
parent 942e3abe96
commit 9b66a396a6
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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