Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / test / api / t10.c
index eb99c1b..aae64dd 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: t10.c,v 1.4 2004-11-04 13:09:49 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
-   Index Data Aps
+/* $Id: t10.c,v 1.6 2005-01-15 19:38:35 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -87,7 +87,7 @@ int main(int argc, char **argv)
         zh = zebra_open (zs);
         zebra_select_database(zh, "Default");
         zebra_set_resource(zh, "zvrank.weighting-scheme", tests[i].schema);
-        logf(LOG_LOG,"============%d: %s ============", i,tests[i].schema);
+        yaz_log(log_level,"============%d: %s ============", i,tests[i].schema);
 
         ranking_query( __LINE__, zh, "@attr 1=1016 @attr 2=102 the",
                 3, tests[i].hit1, tests[i].score1);