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/stun_session.c

    r5233 r5983  
    12211221                                          &response); 
    12221222    if (status != PJ_SUCCESS && response != NULL) { 
    1223         PJ_LOG(5,(SNAME(sess), "Message authentication failed")); 
     1223        PJ_PERROR(5,(SNAME(sess), status, "Message authentication failed")); 
    12241224        send_response(sess, token, tmp_pool, response, &rdata->info,  
    12251225                      PJ_FALSE, src_addr, src_addr_len); 
     
    12631263                                               &tdata->auth_info.auth_key); 
    12641264        if (status != PJ_SUCCESS) { 
    1265             PJ_LOG(5,(SNAME(sess),  
    1266                       "Response authentication failed")); 
     1265            PJ_PERROR(5,(SNAME(sess), status, 
     1266                        "Response authentication failed")); 
    12671267            return status; 
    12681268        } 
Note: See TracChangeset for help on using the changeset viewer.