X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Flockutil.c;h=96b69d38974fec48bf6c9cbda37685d6d87ddfe4;hb=8ed385caafd1d9695a5a9c0783f0dbe2a53f3e80;hp=2550322b7d0eaead65692674357a5e8fe8a9088e;hpb=2a6f64379961f30bfe6376964ce279ab5242da1f;p=idzebra-moved-to-github.git diff --git a/index/lockutil.c b/index/lockutil.c index 2550322..96b69d3 100644 --- a/index/lockutil.c +++ b/index/lockutil.c @@ -1,6 +1,6 @@ -/* $Id: lockutil.c,v 1.18 2004-01-22 11:27:21 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 - Index Data Aps +/* $Id: lockutil.c,v 1.20 2005-01-15 19:38:26 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -97,7 +97,7 @@ ZebraLockHandle zebra_lock_create (const char *dir, if (h->fd == -1) { if (h->excl_flag <= 1) - logf (LOG_WARN|LOG_ERRNO, "open %s", fname); + yaz_log (YLOG_WARN|YLOG_ERRNO, "open %s", fname); xfree (h); h = 0; }