mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Tidy up log partition names
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
// For logging
|
||||
struct SerializedLedgerLog;
|
||||
struct SerializedLedgerLog; // for Log
|
||||
|
||||
SETUP_LOG (SerializedLedgerLog)
|
||||
SETUP_LOGN (SerializedLedgerLog,"SerializedLedger")
|
||||
|
||||
SerializedLedgerEntry::SerializedLedgerEntry (SerializerIterator& sit, uint256 const& index)
|
||||
: STObject (sfLedgerEntry), mIndex (index), mMutable (true)
|
||||
|
||||
Reference in New Issue
Block a user