Changeset 2827


Ignore:
Timestamp:
Jul 2, 2009 11:09:23 AM (15 years ago)
Author:
nanang
Message:

Misc fix (#915): Moved a call to dump_check() in ice_session.c to be inside the log printing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r2724 r2827  
    26952695                        update_comp_check(ice, vc->lcand->comp_id, vc); 
    26962696 
    2697                         dump_check(ice->tmp.txt, sizeof(ice->tmp.txt), &ice->valid_list, vc); 
    2698                         LOG5((ice->obj_name, "Valid check %s is nominated", ice->tmp.txt)); 
     2697                        LOG5((ice->obj_name, "Valid check %s is nominated",  
     2698                              dump_check(ice->tmp.txt, sizeof(ice->tmp.txt),  
     2699                                         &ice->valid_list, vc))); 
    26992700                    } 
    27002701                } 
Note: See TracChangeset for help on using the changeset viewer.