mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Reduce logging.
This commit is contained in:
@@ -1169,7 +1169,7 @@ STAmount LedgerEntrySet::accountHolds(const uint160& uAccountID, const uint160&
|
|||||||
saAmount = saBalance-uReserve;
|
saAmount = saBalance-uReserve;
|
||||||
}
|
}
|
||||||
|
|
||||||
cLog(lsDEBUG) << boost::str(boost::format("accountHolds: uAccountID=%s saAmount=%s saBalance=%s uReserve=%d")
|
cLog(lsTRACE) << boost::str(boost::format("accountHolds: uAccountID=%s saAmount=%s saBalance=%s uReserve=%d")
|
||||||
% RippleAddress::createHumanAccountID(uAccountID)
|
% RippleAddress::createHumanAccountID(uAccountID)
|
||||||
% saAmount.getFullText()
|
% saAmount.getFullText()
|
||||||
% saBalance.getFullText()
|
% saBalance.getFullText()
|
||||||
@@ -1179,7 +1179,7 @@ STAmount LedgerEntrySet::accountHolds(const uint160& uAccountID, const uint160&
|
|||||||
{
|
{
|
||||||
saAmount = rippleHolds(uAccountID, uCurrencyID, uIssuerID);
|
saAmount = rippleHolds(uAccountID, uCurrencyID, uIssuerID);
|
||||||
|
|
||||||
cLog(lsDEBUG) << boost::str(boost::format("accountHolds: uAccountID=%s saAmount=%s")
|
cLog(lsTRACE) << boost::str(boost::format("accountHolds: uAccountID=%s saAmount=%s")
|
||||||
% RippleAddress::createHumanAccountID(uAccountID)
|
% RippleAddress::createHumanAccountID(uAccountID)
|
||||||
% saAmount.getFullText());
|
% saAmount.getFullText());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user