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

Re #1298: Updated PJNATH to use PJ_ERROR consistently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/nat_detect.c

    r5833 r5983  
    582582    } 
    583583 
    584     PJ_LOG(5,(sess->pool->obj_name, "Completed %s, status=%d", 
    585               test_names[test_id], status)); 
     584    PJ_PERROR(5,(sess->pool->obj_name, status, "Completed %s", 
     585                 test_names[test_id])); 
    586586 
    587587    sess->result[test_id].complete = PJ_TRUE; 
Note: See TracChangeset for help on using the changeset viewer.