refactor: Change getNodeFat Missing Node State Tree error into warning (#5455)

This commit is contained in:
Valentin Balaschenko
2025-06-20 16:44:42 +01:00
committed by GitHub
parent 8f2f5310e2
commit 8b3dcd41f7

View File

@@ -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();