From ac1472c938fe2a7337b478af2f90c8ff074f3977 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 17 Aug 2018 19:12:09 +0300 Subject: [PATCH] Fix verbosity level. GitOrigin-RevId: 855ca89e37e48193d9b899ab309c0c12f8321d1b --- td/telegram/net/ConnectionCreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/net/ConnectionCreator.cpp b/td/telegram/net/ConnectionCreator.cpp index 72928b7f3..b0081c1ff 100644 --- a/td/telegram/net/ConnectionCreator.cpp +++ b/td/telegram/net/ConnectionCreator.cpp @@ -41,7 +41,7 @@ namespace td { -static int VERBOSITY_NAME(connections) = VERBOSITY_NAME(DEBUG) - 2; +static int VERBOSITY_NAME(connections) = VERBOSITY_NAME(DEBUG) + 8; namespace detail {