X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex.c;h=990cd873399bf1d7c2d5634107099324838cb74b;hp=b7deecf5eb3f2eaac2a8d3d6f701481821dde958;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/src/mutex.c b/src/mutex.c index b7deecf..990cd87 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -74,7 +74,7 @@ void yaz_mutex_enter(YAZ_MUTEX p) EnterCriticalSection(&p->handle); #elif YAZ_POSIX_THREADS int r = 1; /* signal : not locked (yet) */ - + if (p->log_level) { /* debugging */ r = pthread_mutex_trylock(&p->handle);