Skip to content

Commit 8b3dcd4

Browse files
authored
refactor: Change getNodeFat Missing Node State Tree error into warning (#5455)
1 parent 8f2f531 commit 8b3dcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrpld/overlay/detail/PeerImp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3440,7 +3440,7 @@ PeerImp::processLedgerRequest(std::shared_ptr<protocol::TMGetLedger> const& m)
34403440
if (!m->has_ledgerhash())
34413441
info += ", no hash specified";
34423442

3443-
JLOG(p_journal_.error())
3443+
JLOG(p_journal_.warn())
34443444
<< "processLedgerRequest: getNodeFat with nodeId "
34453445
<< *shaMapNodeId << " and ledger info type " << info
34463446
<< " throws exception: " << e.what();

0 commit comments

Comments
 (0)