Fixed zebra_close so that a NULL pointer is ignored.
[idzebra-moved-to-github.git] / index / apitest.c
index 98eab1a..7207b97 100644 (file)
@@ -109,6 +109,8 @@ int main (int argc, char **argv)
 
     nmem_init ();
 
+    log_init_file("apitest.log");
+
     odr_input = odr_createmem (ODR_DECODE);    
     odr_output = odr_createmem (ODR_ENCODE);