mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #17617 from alalek:fix_logger_initialization
This commit is contained in:
commit
721fac5542
@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
|
||||
GlobalLoggingInitCall()
|
||||
{
|
||||
getGlobalLoggingInitStruct();
|
||||
(void)getGlobalLogTag(); // complete initialization of logger structures
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user