From 8105585378b1851c47eea5ede70c5b29efe5cce2 Mon Sep 17 00:00:00 2001 From: anonimal Date: Wed, 27 Dec 2017 00:37:28 +0000 Subject: [PATCH] HTTP: log warning when not using HTTPS --- src/client/util/http.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/util/http.cc b/src/client/util/http.cc index f4d063e4..861fe637 100644 --- a/src/client/util/http.cc +++ b/src/client/util/http.cc @@ -143,7 +143,7 @@ bool HTTP::DownloadViaClearnet() { } else { - LOG(debug) << "HTTP: Skipped Reseed SSL checking "; + LOG(warning) << "HTTP: not using HTTPS"; } // Create client with options