mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Make RPC startup results obey quiet.
This commit is contained in:
@@ -41,9 +41,10 @@ void startServer()
|
|||||||
|
|
||||||
RPCHandler rhHandler(&theApp->getOPs());
|
RPCHandler rhHandler(&theApp->getOPs());
|
||||||
|
|
||||||
std::cerr << "Result: "
|
Json::Value jvResult = rhHandler.doCommand(jvCommand, RPCHandler::ADMIN);
|
||||||
<< rhHandler.doCommand(jvCommand, RPCHandler::ADMIN)
|
|
||||||
<< std::endl;
|
if (!theConfig.QUIET)
|
||||||
|
std::cerr << "Result: " << jvResult << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user