Ignore:
Timestamp:
May 9, 2019 4:35:41 AM (5 years ago)
Author:
nanang
Message:

Re #1298: Updated PJLIB to use PJ_ERROR consistently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r5533 r5980  
    178178   static void my_perror(const char *title, pj_status_t status) 
    179179   { 
    180         char errmsg[PJ_ERR_MSG_SIZE]; 
    181  
    182         pj_strerror(status, errmsg, sizeof(errmsg)); 
    183         PJ_LOG(1,(THIS_FILE, "%s: %s [status=%d]", title, errmsg, status)); 
     180        PJ_PERROR(1,(THIS_FILE, status, title)); 
    184181   } 
    185182 
Note: See TracChangeset for help on using the changeset viewer.