Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
HTTP: log warning when not using HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Dec 27, 2017
1 parent d1ca148 commit 8105585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/util/http.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8105585

Please sign in to comment.