mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 06:55:50 +00:00
Tidy up log partition names
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
|
||||
#define SECTION_DEFAULT_NAME ""
|
||||
|
||||
// for logging
|
||||
struct ParseSectionLog { };
|
||||
struct ParseSectionLog; // for Log
|
||||
|
||||
SETUP_LOG (ParseSectionLog)
|
||||
SETUP_LOGN (ParseSectionLog,"ParseSection")
|
||||
|
||||
Section ParseSection (const std::string& strInput, const bool bTrim)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user