X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmutex.c;h=aff0a131f77e04393a6e1e0b41de380d5576f316;hb=5a0cf1c72149bbd2b40c766910d3196309bc5b46;hp=aeaf2214c9ab17419fb2d9398c3eec1317d6e487;hpb=263231600cbe7a49190b38fc724199fe2e69f7dd;p=yaz-moved-to-github.git diff --git a/src/mutex.c b/src/mutex.c index aeaf221..aff0a13 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -100,7 +100,7 @@ void yaz_mutex_enter(YAZ_MUTEX p) d = 1000000LL * ((long long) tv2.tv_sec - tv1.tv_sec) + tv2.tv_usec - tv1.tv_usec; yaz_log(p->log_level, "yaz_mutex_enter: %p tid=%p name=%s " - "lock delay=%lld", + "lock delay %lld", p, (void *) pthread_self(), p->name, d); #endif }