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-simple/publishc.c

    r5373 r5984  
    804804        // cause accessing freed memory location. 
    805805        //--pubc->pending_tsx; 
    806         PJ_LOG(4,(THIS_FILE, "Error sending request, status=%d", status)); 
     806        PJ_PERROR(4,(THIS_FILE, status, "Error sending request")); 
    807807    } 
    808808 
Note: See TracChangeset for help on using the changeset viewer.