mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce severity of some logging messages
This commit is contained in:
@@ -1460,7 +1460,7 @@ uint256 Ledger::getLedgerHash (std::uint32_t ledgerIndex)
|
||||
|
||||
if ((ledgerIndex & 0xff) != 0)
|
||||
{
|
||||
WriteLog (lsWARNING, Ledger) << "Can't get seq " << ledgerIndex
|
||||
WriteLog (lsDEBUG, Ledger) << "Can't get seq " << ledgerIndex
|
||||
<< " from " << mLedgerSeq << " past";
|
||||
return uint256 ();
|
||||
}
|
||||
|
||||
@@ -335,7 +335,7 @@ TER PathState::pushNode (
|
||||
node.issue_.currency);
|
||||
if (-saOwed >= saLimit)
|
||||
{
|
||||
WriteLog (lsWARNING, RippleCalc) <<
|
||||
WriteLog (lsDEBUG, RippleCalc) <<
|
||||
"pushNode: dry:" <<
|
||||
" saOwed=" << saOwed <<
|
||||
" saLimit=" << saLimit;
|
||||
|
||||
@@ -322,7 +322,7 @@ TER PathCursor::deliverNodeForward (
|
||||
{
|
||||
// Offer became unfunded.
|
||||
|
||||
WriteLog (lsWARNING, RippleCalc)
|
||||
WriteLog (lsDEBUG, RippleCalc)
|
||||
<< "deliverNodeForward: unfunded:"
|
||||
<< " saOutPassAct=" << saOutPassAct
|
||||
<< " saOutFunded=" << saOutFunded;
|
||||
|
||||
@@ -818,7 +818,7 @@ public:
|
||||
{
|
||||
if (slot->connectivityCheckInProgress)
|
||||
{
|
||||
if (m_journal.warning) m_journal.warning << beast::leftw (18) <<
|
||||
if (m_journal.debug) m_journal.debug << beast::leftw (18) <<
|
||||
"Logic testing " << ep.address << " already in progress";
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user