mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Warn if no outbound connections will be made
This commit is contained in:
committed by
Vinnie Falco
parent
442ad4e445
commit
6f81d2e45d
@@ -1039,7 +1039,7 @@ void ApplicationImp::setup()
|
||||
{
|
||||
// Should this message be here, conceptually? In theory this sort
|
||||
// of message, if displayed, should be displayed from PeerFinder.
|
||||
if (config_->PEER_PRIVATE && config_->IPS.empty ())
|
||||
if (config_->PEER_PRIVATE && config_->IPS_FIXED.empty ())
|
||||
m_journal.warning << "No outbound peer connections will be made";
|
||||
|
||||
// VFALCO NOTE the state timer resets the deadlock detector.
|
||||
|
||||
Reference in New Issue
Block a user