diff --git a/submodules/MtProtoKit/MTProtoKit/MTContext.m b/submodules/MtProtoKit/MTProtoKit/MTContext.m index 4c5b096a30..0d4deae71d 100644 --- a/submodules/MtProtoKit/MTProtoKit/MTContext.m +++ b/submodules/MtProtoKit/MTProtoKit/MTContext.m @@ -815,6 +815,9 @@ static int32_t fixedTimeDifferenceValue = 0; return current; }]; } + if (MTLogEnabled()) { + MTLog(@"[MTContext has chosen a scheme for DC%d: %@]", datacenterId, schemeWithEarliestFailure); + } result = schemeWithEarliestFailure; } synchronous:true];