Update fdbrpc/sim2.actor.cpp
Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
This commit is contained in:
parent
a49aea29d1
commit
05b38167d0
|
@ -63,7 +63,7 @@ void ISimulator::displayWorkers() const
|
|||
{
|
||||
std::map<std::string, std::vector<ISimulator::ProcessInfo*>> machineMap;
|
||||
|
||||
// Create a map of zone Id
|
||||
// Create a map of machine Id
|
||||
for (auto processInfo : getAllProcesses()) {
|
||||
std::string dataHall = processInfo->locality.dataHallId().present() ? processInfo->locality.dataHallId().get().printable() : "[unset]";
|
||||
std::string machineId = processInfo->locality.machineId().present() ? processInfo->locality.machineId().get().printable() : "[unset]";
|
||||
|
|
Loading…
Reference in New Issue