Modernize Doxyfile
[idzebra-moved-to-github.git] / bfile / cfile.c
index a0dfaa2..c5b190e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cfile.c,v 1.40 2006-11-14 12:11:48 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: cfile.c,v 1.42 2007-01-15 15:10:13 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -89,8 +89,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;