Fix a typo

This commit is contained in:
Xin Dong 2020-10-23 10:39:32 -07:00 committed by Xin Dong
parent 9ef29d0cea
commit be7944773f
1 changed files with 1 additions and 1 deletions

View File

@ -3258,7 +3258,7 @@ ACTOR Future<Void> teamTracker(DDTeamCollection* self, Reference<TCTeamInfo> tea
if(logTeamEvents) {
TraceEvent("ServerTeamHealthNotReady", self->distributorId)
.detail("HealthyServerTeamCount", self->healthyTeamCount)
.detail("ServgetTeamIDerTeamID", team->getTeamID());
.detail("ServerTeamID", team->getTeamID());
}
}
}