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:
@@ -75,7 +75,7 @@ private:
|
||||
};
|
||||
|
||||
LogLevel GlobalLoggingInitStruct::m_defaultUnconfiguredGlobalLevel = GlobalLoggingInitStruct::m_isDebugBuild
|
||||
? LOG_LEVEL_DEBUG
|
||||
? LOG_LEVEL_INFO
|
||||
: LOG_LEVEL_WARNING;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user