Ignore:
Timestamp:
Mar 6, 2006 3:13:51 PM (18 years ago)
Author:
bennylp
Message:

Added version info on pj_init()

File:
1 edited

Legend:

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

    r233 r298  
    4040#endif 
    4141 
     42#define THIS_FILE       "os_core_win32.c" 
     43 
    4244/* 
    4345 * Implementation of pj_thread_t. 
     
    129131    pj_str_t guid; 
    130132    pj_status_t rc; 
     133 
     134    PJ_LOG(4,(THIS_FILE, "Initializing pjlib %s for win32", 
     135              PJ_VERSION)); 
    131136 
    132137    /* Init Winsock.. */ 
Note: See TracChangeset for help on using the changeset viewer.