Skip to content

Commit

Permalink
Merge pull request opencv#17617 from alalek:fix_logger_initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 22, 2020
2 parents 5ed6546 + 99bc35a commit 721fac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ struct GlobalLoggingInitCall
GlobalLoggingInitCall()
{
getGlobalLoggingInitStruct();
(void)getGlobalLogTag(); // complete initialization of logger structures
}
};

Expand Down

0 comments on commit 721fac5

Please sign in to comment.