Ignore:
Timestamp:
May 18, 2009 5:49:37 AM (15 years ago)
Author:
bennylp
Message:

More ticket #851: propagated ICE regular nomination option up to pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjnath/src/pjnath/ice_session.c

    r2705 r2707  
    438438    PJ_ASSERT_RETURN(ice && opt, PJ_EINVAL); 
    439439    pj_memcpy(&ice->opt, opt, sizeof(*opt)); 
     440    LOG5((ice->obj_name, "ICE nomination type set to %s", 
     441          (ice->opt.aggressive ? "aggressive" : "regular"))); 
    440442    return PJ_SUCCESS; 
    441443} 
     
    14101412             * flag set. 
    14111413             */ 
    1412             LOG5((ice->obj_name,  
     1414            LOG4((ice->obj_name,  
    14131415                  "All checks have completed, starting nominated checks now")); 
    14141416            start_nominated_check(ice); 
     
    14401442        } 
    14411443 
    1442         LOG5((ice->obj_name,  
     1444        LOG4((ice->obj_name,  
    14431445              "Scheduling nominated check in %d ms", 
    14441446              ice->opt.nominated_check_delay)); 
Note: See TracChangeset for help on using the changeset viewer.