1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

core: repair default log level

This commit is contained in:
Alexander Alekhin
2019-06-11 19:02:31 +03:00
parent 3f67623c26
commit 6c8ffe81d0
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ private:
};
LogLevel GlobalLoggingInitStruct::m_defaultUnconfiguredGlobalLevel = GlobalLoggingInitStruct::m_isDebugBuild
? LOG_LEVEL_DEBUG
? LOG_LEVEL_INFO
: LOG_LEVEL_WARNING;