aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/wget.cpp
diff options
context:
space:
mode:
authorArseny Smirnov <arseny30@gmail.com>2018-08-15 15:41:42 +0300
committerArseny Smirnov <arseny30@gmail.com>2018-08-15 15:41:42 +0300
commitab2b1897224415f407649b2908fef46f97b35c83 (patch)
tree16897c84a4b6592fe9f46650ad48ac9b66a2d8aa /benchmark/wget.cpp
parent7fc96ddff5c0e85273b3d961608a891a9fb55d19 (diff)
Ssl refactoring
GitOrigin-RevId: f5916787608227b6914c10520dfe7a7039522ef9
Diffstat (limited to 'benchmark/wget.cpp')
-rw-r--r--benchmark/wget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/wget.cpp b/benchmark/wget.cpp
index 338e38572..850c5b641 100644
--- a/benchmark/wget.cpp
+++ b/benchmark/wget.cpp
@@ -18,7 +18,7 @@
#include <string>
int main(int argc, char *argv[]) {
- SET_VERBOSITY_LEVEL(VERBOSITY_NAME(INFO));
+ SET_VERBOSITY_LEVEL(VERBOSITY_NAME(DEBUG));
td::VERBOSITY_NAME(fd) = VERBOSITY_NAME(INFO);
std::string url = (argc > 1 ? argv[1] : "https://telegram.org");