mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "PJPROJECT logging: Fix detection of max supported log level." into 13
This commit is contained in:
@@ -5669,7 +5669,7 @@ static int load_module(void)
|
||||
#ifdef HAVE_PJPROJECT
|
||||
pj_lock_t *lock;
|
||||
|
||||
pj_log_set_level(ast_option_pjproject_log_level);
|
||||
AST_PJPROJECT_INIT_LOG_LEVEL();
|
||||
if (pj_init() != PJ_SUCCESS) {
|
||||
return AST_MODULE_LOAD_DECLINE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user