mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-25 05:25:55 +00:00
Streamline Log with print() and out()
This commit is contained in:
@@ -22,7 +22,7 @@ uint64 RegularKeySetTransactor::calculateBaseFee ()
|
||||
|
||||
TER RegularKeySetTransactor::doApply ()
|
||||
{
|
||||
std::cerr << "RegularKeySet>" << std::endl;
|
||||
Log::out() << "RegularKeySet>";
|
||||
|
||||
const uint32 uTxFlags = mTxn.getFlags ();
|
||||
|
||||
@@ -50,7 +50,7 @@ TER RegularKeySetTransactor::doApply ()
|
||||
mTxnAccount->makeFieldAbsent (sfRegularKey);
|
||||
}
|
||||
|
||||
std::cerr << "RegularKeySet<" << std::endl;
|
||||
Log::out() << "RegularKeySet<";
|
||||
|
||||
return tesSUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user