mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-21 12:54:56 +00:00
Temporarily enable pj logging to console for debugging pjnath issue exposed by build slave.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3799,7 +3799,9 @@ static int load_module(void)
|
|||||||
{
|
{
|
||||||
pj_lock_t *lock;
|
pj_lock_t *lock;
|
||||||
|
|
||||||
|
#if 0
|
||||||
pj_log_set_level(0);
|
pj_log_set_level(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (pj_init() != PJ_SUCCESS) {
|
if (pj_init() != PJ_SUCCESS) {
|
||||||
return AST_MODULE_LOAD_DECLINE;
|
return AST_MODULE_LOAD_DECLINE;
|
||||||
|
Reference in New Issue
Block a user