mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
Cosmetic.
This commit is contained in:
@@ -218,7 +218,9 @@ Json::Value RPCParser::parseLogLevel(const Json::Value& jvParams)
|
||||
Json::Value jvRequest(Json::objectValue);
|
||||
|
||||
if (jvParams.size() == 1)
|
||||
{
|
||||
jvRequest["severity"] = jvParams[0u].asString();
|
||||
}
|
||||
else if (jvParams.size() == 2)
|
||||
{
|
||||
jvRequest["partition"] = jvParams[0u].asString();
|
||||
|
||||
Reference in New Issue
Block a user