mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reduce log priorities.
This commit is contained in:
committed by
Vinnie Falco
parent
00c87ca2dd
commit
1fcb2872b9
@@ -1511,7 +1511,7 @@ TER LedgerEntrySet::rippleCredit (const uint160& uSenderID, const uint160& uRece
|
||||
|
||||
saBalance -= saAmount;
|
||||
|
||||
WriteLog (lsDEBUG, LedgerEntrySet) << boost::str (boost::format ("rippleCredit: %s --> %s : before=%s amount=%s after=%s")
|
||||
WriteLog (lsTRACE, LedgerEntrySet) << boost::str (boost::format ("rippleCredit: %s --> %s : before=%s amount=%s after=%s")
|
||||
% RippleAddress::createHumanAccountID (uSenderID)
|
||||
% RippleAddress::createHumanAccountID (uReceiverID)
|
||||
% saBefore.getFullText ()
|
||||
@@ -1629,7 +1629,7 @@ TER LedgerEntrySet::accountSend (const uint160& uSenderID, const uint160& uRecei
|
||||
? entryCache (ltACCOUNT_ROOT, Ledger::getAccountRootIndex (uReceiverID))
|
||||
: SLE::pointer ();
|
||||
|
||||
WriteLog (lsDEBUG, LedgerEntrySet) << boost::str (boost::format ("accountSend> %s (%s) -> %s (%s) : %s")
|
||||
WriteLog (lsTRACE, LedgerEntrySet) << boost::str (boost::format ("accountSend> %s (%s) -> %s (%s) : %s")
|
||||
% RippleAddress::createHumanAccountID (uSenderID)
|
||||
% (sleSender ? (sleSender->getFieldAmount (sfBalance)).getFullText () : "-")
|
||||
% RippleAddress::createHumanAccountID (uReceiverID)
|
||||
@@ -1655,7 +1655,7 @@ TER LedgerEntrySet::accountSend (const uint160& uSenderID, const uint160& uRecei
|
||||
entryModify (sleReceiver);
|
||||
}
|
||||
|
||||
WriteLog (lsDEBUG, LedgerEntrySet) << boost::str (boost::format ("accountSend< %s (%s) -> %s (%s) : %s")
|
||||
WriteLog (lsTRACE, LedgerEntrySet) << boost::str (boost::format ("accountSend< %s (%s) -> %s (%s) : %s")
|
||||
% RippleAddress::createHumanAccountID (uSenderID)
|
||||
% (sleSender ? (sleSender->getFieldAmount (sfBalance)).getFullText () : "-")
|
||||
% RippleAddress::createHumanAccountID (uReceiverID)
|
||||
@@ -1666,7 +1666,7 @@ TER LedgerEntrySet::accountSend (const uint160& uSenderID, const uint160& uRecei
|
||||
{
|
||||
STAmount saActual;
|
||||
|
||||
WriteLog (lsDEBUG, LedgerEntrySet) << boost::str (boost::format ("accountSend: %s -> %s : %s")
|
||||
WriteLog (lsTRACE, LedgerEntrySet) << boost::str (boost::format ("accountSend: %s -> %s : %s")
|
||||
% RippleAddress::createHumanAccountID (uSenderID)
|
||||
% RippleAddress::createHumanAccountID (uReceiverID)
|
||||
% saAmount.getFullText ());
|
||||
|
||||
Reference in New Issue
Block a user