We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2f531 commit 8b3dcd4Copy full SHA for 8b3dcd4
src/xrpld/overlay/detail/PeerImp.cpp
@@ -3440,7 +3440,7 @@ PeerImp::processLedgerRequest(std::shared_ptr<protocol::TMGetLedger> const& m)
3440
if (!m->has_ledgerhash())
3441
info += ", no hash specified";
3442
3443
- JLOG(p_journal_.error())
+ JLOG(p_journal_.warn())
3444
<< "processLedgerRequest: getNodeFat with nodeId "
3445
<< *shaMapNodeId << " and ledger info type " << info
3446
<< " throws exception: " << e.what();
0 commit comments