From 63f882800366420d7e96ff5db36175739083b9d7 Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 26 Feb 2020 16:17:43 +0300 Subject: [PATCH] Fix Mozilla DNS. GitOrigin-RevId: fe9b90187b5c688272ef399799b7faa029cdcd95 --- td/telegram/ConfigManager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/td/telegram/ConfigManager.cpp b/td/telegram/ConfigManager.cpp index a3ef41c9b..cc9a069db 100644 --- a/td/telegram/ConfigManager.cpp +++ b/td/telegram/ConfigManager.cpp @@ -254,6 +254,7 @@ static ActorOwn<> get_simple_config_dns(Slice address, Slice host, Promise Result { + VLOG(config_recoverer) << "Receive DNS response " << http_query.content_; TRY_RESULT(json, json_decode(http_query.content_)); if (json.type() != JsonValue::Type::Object) { return Status::Error("Expected JSON object"); @@ -282,7 +283,7 @@ static ActorOwn<> get_simple_config_dns(Slice address, Slice host, Promise