Description: modify just stop one dhid, all dhid stoped

Match-id-6a64fb681bf999b88ac9af4daaf9142e5cd7ac24
This commit is contained in:
xxxx
2022-08-29 20:32:08 +08:00
parent 957219bb92
commit ab3e882bdc
7 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ std::string GetNodeDesc(std::string parameters)
nodeName = parObj.at("name").get<std::string>();
classes = parObj.at("classes").get<int32_t>();
}
return "{ NodeName: " + nodeName + ", classes: " + std::to_string(classes) + " }";
return "{ nodeName: " + nodeName + ", classes: " + std::to_string(classes) + " }";
}
} // namespace DistributedInput
} // namespace DistributedHardware