Ignore:
Timestamp:
May 9, 2019 8:18:18 AM (5 years ago)
Author:
nanang
Message:

Re #1298: Updated PJSIP* to use PJ_ERROR consistently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transport.c

    r5971 r5984  
    15071507             * just fallback using pj_gethostip(), see ticket #1660. 
    15081508             */ 
    1509             PJ_LOG(5,(THIS_FILE,"Warning: unable to determine local " 
    1510                                 "interface, fallback to default interface!")); 
     1509            PJ_PERROR(5,(THIS_FILE, status, 
     1510                         "Warning: unable to determine local interface, " 
     1511                         "fallback to default interface!")); 
    15111512            status = pj_gethostip(af, &itf_addr); 
    15121513            if (status != PJ_SUCCESS) 
Note: See TracChangeset for help on using the changeset viewer.