- re-fix for macosx ;-) (see r1875)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1885 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 17 years ago
parent 1c2661f405
commit 22001be29a

@ -77,7 +77,7 @@ enum Log_Level {
# ifndef NO_THREADID_LOG
# define GET_TID() pthread_self()
# define LOC_FMT " [#%lx/%u] [%s, %s:%d]"
# define LOC_DATA tid_, pid_, FUNC_NAME, __FILE__, __LINE__
# define LOC_DATA (unsigned long)tid_, pid_, FUNC_NAME, __FILE__, __LINE__
# else
# define GET_TID() 0
# define LOC_FMT " [%u] [%s %s:%d]"

Loading…
Cancel
Save