Changeset 5906


Ignore:
Timestamp:
Nov 6, 2018 1:30:56 AM (5 years ago)
Author:
ming
Message:

Re #2147 (misc): Put back the printing of contact_rewrite_method, which is missing due to r5833

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r5900 r5906  
    17821782                         "(%s --> %s). Updating registration " 
    17831783                         "(using method %d)", 
    1784                          acc->index, host_addr_buf, via_addr_buf)); 
     1784                         acc->index, host_addr_buf, via_addr_buf, 
     1785                         contact_rewrite_method)); 
    17851786 
    17861787    pj_assert(contact_rewrite_method == PJSUA_CONTACT_REWRITE_UNREGISTER || 
Note: See TracChangeset for help on using the changeset viewer.