Merge icu_chain into zebramaps.
[idzebra-moved-to-github.git] / util / tstpass.c
index f599071..20e728a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: tstpass.c,v 1.1 2006-10-11 20:19:31 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: tstpass.c,v 1.3 2007-05-16 12:31:17 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -50,6 +50,7 @@ static void tst(void)
 int main (int argc, char **argv)
 {
     YAZ_CHECK_INIT(argc, argv);
+    YAZ_CHECK_LOG();
     tst();
     YAZ_CHECK_TERM;
 }