mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05: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