Fix verbosity level.

GitOrigin-RevId: 855ca89e37e48193d9b899ab309c0c12f8321d1b
This commit is contained in:
levlam 2018-08-17 19:12:09 +03:00
parent c19ab1adbc
commit ac1472c938

View File

@ -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 {