We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6907010 commit e1fb198Copy full SHA for e1fb198
1 file changed
mgm/proc/admin/ConvertCmd.cc
@@ -123,7 +123,6 @@ ConvertCmd::ConfigList(bool json) const
123
Json::Value json;
124
json["threadpool"] = parseKeyValueString(threadpool.c_str());
125
json["config"] = parseKeyValueString(config.c_str());
126
- json["status"] = state;
127
json["running"] = (Json::Value::UInt64) running;
128
json["pending"] = (Json::Value::UInt64) pending;
129
json["failed"] = (Json::Value::UInt64) failed;
0 commit comments