Added a warning (always to stderr) when opening the log file fails
[yaz-moved-to-github.git] / src / unix.c
index 0ae3248..8f8abd2 100644 (file)
@@ -2,9 +2,14 @@
  * Copyright (c) 1995-2004, Index Data
  * See the file LICENSE for details.
  *
- * $Id: unix.c,v 1.5 2004-09-21 14:59:01 adam Exp $
+ * $Id: unix.c,v 1.7 2004-11-18 15:18:14 heikki Exp $
  * UNIX socket COMSTACK. By Morten Bøgeskov.
  */
+/**
+ * \file unix.c
+ * \brief Implements UNIX domain socket COMSTACK
+ */
+
 #ifndef WIN32
 
 #include <stdio.h>
@@ -25,7 +30,6 @@
 
 #include <yaz/comstack.h>
 #include <yaz/unix.h>
-#include <yaz/log.h>
 #include <yaz/nmem.h>
 
 #ifndef YAZ_SOCKLEN_T