Make -q more quiet.

This commit is contained in:
Arthur Britto
2013-01-21 17:02:15 -08:00
parent 6aa9a3fc90
commit ab6ab491eb
2 changed files with 7 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ void startServer()
const Json::Value& jvCommand = theConfig.RPC_STARTUP[i];
if (!theConfig.QUIET)
cerr << "Startup RPC: " << jvCommand << endl;
std::cerr << "Startup RPC: " << jvCommand << std::endl;
RPCHandler rhHandler(&theApp->getOPs());