X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamg%2Fisamg.c;fp=isamg%2Fisamg.c;h=87166d9dc769ee7b5d0657c9aa947406cf190dc7;hb=5437b50633032595afe6f87dc0f989bc92a5aea8;hp=987930f67d0b87dfe0fbc05d730fe77db7f377cb;hpb=1c948d94056d5eb4e55ef3192a360514d7946669;p=idzebra-moved-to-github.git diff --git a/isamg/isamg.c b/isamg/isamg.c index 987930f..87166d9 100644 --- a/isamg/isamg.c +++ b/isamg/isamg.c @@ -1,4 +1,4 @@ -/* $Id: isamg.c,v 1.3 2003-04-02 19:01:47 adam Exp $ +/* $Id: isamg.c,v 1.4 2004-11-19 10:27:10 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -118,7 +118,7 @@ ISAMG isamg_open (BFiles bfs, int writeflag, char *isam_type_name, Res res){ writeflag, key_isamd_m (res,&isamd_m) } else { - logf (LOG_FATAL, "isamg: Unknown isam type: %s", isam_type_name); + yaz_log (YLOG_FATAL, "isamg: Unknown isam type: %s", isam_type_name); exit(1); } } /* open */ @@ -148,7 +148,10 @@ int isamg_close (ISAMG is){ /* * $Log: isamg.c,v $ - * Revision 1.3 2003-04-02 19:01:47 adam + * Revision 1.4 2004-11-19 10:27:10 heikki + * Using the new ylog.h everywhere, and fixing what that breaks! + * + * Revision 1.3 2003/04/02 19:01:47 adam * Remove // comment * * Revision 1.2 2002/08/02 19:26:56 adam