This commit is contained in:
JoelKatz
2012-11-19 15:45:35 -08:00
parent 82c4d81b0e
commit b79a927c28

View File

@@ -957,7 +957,7 @@ Json::Value NetworkOPs::getServerInfo()
if (mConsensus)
info["consensus"] = mConsensus->getJson();
info["jobs"] = theApp->getJobQueue().getJson();
info["load"] = theApp->getJobQueue().getJson();
return info;
}