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_unix.c

    r233 r298  
    3838#include <pthread.h> 
    3939 
    40 #define THIS_FILE   "osunix" 
     40#define THIS_FILE   "os_core_unix.c" 
    4141 
    4242struct pj_thread_t 
     
    112112    pj_status_t rc; 
    113113 
    114     PJ_LOG(5, ("pj_init", "Initializing PJ Library..")); 
     114    PJ_LOG(4, (THIS_FILE, "Initializing pjlib %s for Unix..", 
     115               PJ_VERSION)); 
    115116 
    116117#if PJ_HAS_THREADS 
Note: See TracChangeset for help on using the changeset viewer.