Changeset 5044 for pjproject


Ignore:
Timestamp:
Apr 2, 2015 6:44:08 AM (9 years ago)
Author:
ming
Message:

Re #1782 (misc): Fixed activesock's lock msg w.r.t iOS background to be more precise.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/activesock.c

    r4537 r5044  
    158158        { 
    159159            PJ_LOG(2,("", "Failed to configure TCP transport for VoIP " 
    160                       "usage. Background mode will not be supported.")); 
     160                      "usage. Usage of THIS particular TCP transport in " 
     161                      "background mode will not be supported.")); 
     162 
    161163             
    162164            activesock_destroy_iphone_os_stream(asock); 
Note: See TracChangeset for help on using the changeset viewer.