Ignore:
Timestamp:
May 9, 2019 7:24:57 AM (5 years ago)
Author:
nanang
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/wsola.c

    r4537 r5982  
    528528    status = pjmedia_circ_buf_create(pool, wsola->buf_size, &wsola->buf); 
    529529    if (status != PJ_SUCCESS) { 
    530         PJ_LOG(3, (THIS_FILE, "Failed to create circular buf")); 
     530        PJ_PERROR(3, (THIS_FILE, status, "Failed to create circular buf")); 
    531531        return status; 
    532532    } 
Note: See TracChangeset for help on using the changeset viewer.