Experiments with file locks
[idzebra-moved-to-github.git] / util / tstflock.c
index 372f976..3725b8f 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2006, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstflock.c,v 1.8 2006-06-27 12:24:14 adam Exp $
+ * $Id: tstflock.c,v 1.9 2006-06-30 11:10:17 adam Exp $
  */
 
 #include <assert.h>
@@ -125,6 +125,8 @@ int main(int argc, char **argv)
 {
     YAZ_CHECK_INIT(argc, argv);
 
+    yaz_log_time_format("%s:%!");
+
     zebra_flock_init();
 #ifdef WIN32
     tst_win32(2);