mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-23 04:25:51 +00:00
Fix missing file names for new Log partition code
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
#include "../json/writer.h"
|
||||
|
||||
// For logging
|
||||
struct RPCErr
|
||||
{
|
||||
};
|
||||
struct RPCErr { };
|
||||
|
||||
SETUP_LOG (RPCErr)
|
||||
|
||||
Json::Value rpcError(int iError, Json::Value jvResult)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user