Updated code to use new YAZ log functions/defines.
[idzebra-moved-to-github.git] / isamg / isamg.c
index a868d0c..adc2408 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: isamg.c,v 1.3.2.1 2006-08-14 10:39:13 adam Exp $
+/* $Id: isamg.c,v 1.3.2.2 2006-12-05 21:14:43 adam 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.2.1  2006-08-14 10:39:13  adam
+ * Revision 1.3.2.2  2006-12-05 21:14:43  adam
+ * Updated code to use new YAZ log functions/defines.
+ *
+ * Revision 1.3.2.1  2006/08/14 10:39:13  adam
  * Update copyright year + FSF address
  *
  * Revision 1.3  2003/04/02 19:01:47  adam