Update fdbrpc/sim2.actor.cpp

Co-Authored-By: etschannen <36455792+etschannen@users.noreply.github.com>
This commit is contained in:
A.J. Beamon 2019-01-29 11:35:02 -08:00 committed by GitHub
parent a49aea29d1
commit 05b38167d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]";