Changeset 1045


Ignore:
Timestamp:
Mar 6, 2007 11:32:25 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #161: assertion on thread creation in Win32 with log level 6 enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/pjproject-0.5-stable/pjlib/src/pj/os_core_win32.c

    r974 r1045  
    325325#endif 
    326326 
    327     PJ_LOG(6,(rec->obj_name, "Thread started")); 
    328  
    329327    if (pj_thread_local_set(thread_tls_id, rec) != PJ_SUCCESS) { 
    330328        pj_assert(!"TLS is not set (pj_init() error?)"); 
    331329    } 
     330 
     331    PJ_LOG(6,(rec->obj_name, "Thread started")); 
    332332 
    333333    result = (*rec->proc)(rec->arg); 
Note: See TracChangeset for help on using the changeset viewer.