Tiny cosmetic tweak.

This commit is contained in:
JoelKatz
2013-01-15 19:19:33 -08:00
parent 8191153dce
commit 1af14e07c7

View File

@@ -1314,7 +1314,7 @@ Json::Value RPCHandler::doServerState(Json::Value)
{
Json::Value ret(Json::objectValue);
ret["info"] = theApp->getOPs().getServerInfo(false, mRole == ADMIN);
ret["state"] = theApp->getOPs().getServerInfo(false, mRole == ADMIN);
return ret;
}