X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=bfile%2Fcfile.c;h=ab6efb920f2a9cfcdb40db36ea912bc0776129bf;hb=d5170943ca365ace791c3254db15cc852df56d6b;hp=a0dfaa287aeab58b4c85345898a8cd64ec676994;hpb=5b3741a896469e69a52c74dc021f44c940e38df9;p=idzebra-moved-to-github.git diff --git a/bfile/cfile.c b/bfile/cfile.c index a0dfaa2..ab6efb9 100644 --- a/bfile/cfile.c +++ b/bfile/cfile.c @@ -1,8 +1,5 @@ -/* $Id: cfile.c,v 1.40 2006-11-14 12:11:48 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -89,8 +86,7 @@ CFile cf_open(MFile mf, MFile_area area, const char *fname, /* avoid valgrind warnings, but set to something nasty */ memset(cf, 'Z', sizeof(*cf)); - yaz_log(YLOG_DEBUG, "cf: open %s %s", cf->rmf->name, - wflag ? "rdwr" : "rd"); + yaz_log(YLOG_DEBUG, "cf: open %s %s", fname, wflag ? "rdwr" : "rd"); cf->block_mf = 0; cf->hash_mf = 0;