Changeset 298 for pjproject/trunk
- Timestamp:
- Mar 6, 2006 3:13:51 PM (19 years ago)
- Location:
- pjproject/trunk/pjlib/src/pj
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r233 r298 38 38 #include <pthread.h> 39 39 40 #define THIS_FILE "os unix"40 #define THIS_FILE "os_core_unix.c" 41 41 42 42 struct pj_thread_t … … 112 112 pj_status_t rc; 113 113 114 PJ_LOG(5, ("pj_init", "Initializing PJ Library..")); 114 PJ_LOG(4, (THIS_FILE, "Initializing pjlib %s for Unix..", 115 PJ_VERSION)); 115 116 116 117 #if PJ_HAS_THREADS -
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r233 r298 40 40 #endif 41 41 42 #define THIS_FILE "os_core_win32.c" 43 42 44 /* 43 45 * Implementation of pj_thread_t. … … 129 131 pj_str_t guid; 130 132 pj_status_t rc; 133 134 PJ_LOG(4,(THIS_FILE, "Initializing pjlib %s for win32", 135 PJ_VERSION)); 131 136 132 137 /* Init Winsock.. */
Note: See TracChangeset
for help on using the changeset viewer.