Add more logs

This commit is contained in:
Ali 2019-11-11 23:54:16 +04:00
parent a2ff54131d
commit 3fe0126c56

View File

@ -815,6 +815,9 @@ static int32_t fixedTimeDifferenceValue = 0;
return current; return current;
}]; }];
} }
if (MTLogEnabled()) {
MTLog(@"[MTContext has chosen a scheme for DC%d: %@]", datacenterId, schemeWithEarliestFailure);
}
result = schemeWithEarliestFailure; result = schemeWithEarliestFailure;
} synchronous:true]; } synchronous:true];