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

    r5636 r5983  
    19331933                                        PJ_STUN_MAGIC, NULL, &tdata); 
    19341934                    if (status != PJ_SUCCESS) { 
    1935                         PJ_LOG(1,(sess->obj_name,  
    1936                                  "Error creating CreatePermission request: %d", 
    1937                                  status)); 
     1935                        PJ_PERROR(1,(sess->obj_name, status, 
     1936                                  "Error creating CreatePermission request")); 
    19381937                        return 0; 
    19391938                    } 
     
    19781977                                          tdata); 
    19791978        if (status != PJ_SUCCESS) { 
    1980             PJ_LOG(1,(sess->obj_name,  
    1981                       "Error sending CreatePermission request: %d", 
    1982                       status)); 
     1979            PJ_PERROR(1,(sess->obj_name, status, 
     1980                      "Error sending CreatePermission request")); 
    19831981            count = 0; 
    19841982        } 
Note: See TracChangeset for help on using the changeset viewer.