Skip to content

Commit e1fb198

Browse files
committed
MGM: Update convert command summary also in json format
1 parent 6907010 commit e1fb198

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mgm/proc/admin/ConvertCmd.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ ConvertCmd::ConfigList(bool json) const
123123
Json::Value json;
124124
json["threadpool"] = parseKeyValueString(threadpool.c_str());
125125
json["config"] = parseKeyValueString(config.c_str());
126-
json["status"] = state;
127126
json["running"] = (Json::Value::UInt64) running;
128127
json["pending"] = (Json::Value::UInt64) pending;
129128
json["failed"] = (Json::Value::UInt64) failed;

0 commit comments

Comments
 (0)