mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
refactor: Change getNodeFat Missing Node State Tree error into warning (#5455)
This commit is contained in:
committed by
GitHub
parent
8f2f5310e2
commit
8b3dcd41f7
@@ -3440,7 +3440,7 @@ PeerImp::processLedgerRequest(std::shared_ptr<protocol::TMGetLedger> const& m)
|
||||
if (!m->has_ledgerhash())
|
||||
info += ", no hash specified";
|
||||
|
||||
JLOG(p_journal_.error())
|
||||
JLOG(p_journal_.warn())
|
||||
<< "processLedgerRequest: getNodeFat with nodeId "
|
||||
<< *shaMapNodeId << " and ledger info type " << info
|
||||
<< " throws exception: " << e.what();
|
||||
|
||||
Reference in New Issue
Block a user